Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
560
Alejandro
posted

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

Parents
No Data
Reply
  • 69832
    Offline posted

    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.

Children
No Data