I'm trying to use a context menu on an ultraDayView (2004, Vol. 1) and I need to be able to select the timeslot/appointment where I right click. I currently have the event setup to recognize MouseDown on the dayview, but I do not know how to get it to select the timeslot/appointment the mouse is over. Any help will be much appreciated.
Nevermind. I've found a solution to this issue. I simply created a function that simulated a left mouseclick and had that occur in the mousedown event. Now, however, I need to find a way to get the selected timeslot/appointment.
Try to use SelectedDateRanges property and pick the time slot.