environment visual basic net
UltraWinSchedule
In the event:
Private Sub dayView_BeforeTimeSlotSelectionChanged(ByVal sender As Object, ByVal e As BeforeTimeSlotSelectionChangedEventArgs) Handles dayView.BeforeTimeSlotSelectionChanged
End Sub
With the instruction:
e.NewSelectedTimeSlotRange.StartDateTime
I obtain the hour of beginning on having done click.
Since I can obtain the value of ownerkey when I do clik in the UltraDayview
Thank you
I'm afraid I had a little trouble understanding this but if you want to get a reference to the Owner from a mouse click, you can use the OwnerFromPoint method. Note that if the coordinates are not relative to the control, you must convert them using the PointToClient method.