See UltraMonthViewSingle.GetDayFromPoint
Hi,
private void ultraMonthViewSingle1_Click(object sender, EventArgs e) {
// Here i need to identify if the user clicked place is a day slot. because when every the user click in scroll button also this event fired and its //going to AddDayNotes method. i need to restrict this operation in user click
if (<some Identifycation >) {AddDayNotes();}
if (<some Identifycation >)
{
AddDayNotes();
}