For anyone else that may needs to know the control that raised the ScreenTipNeeded event, see the following snipped:
Private Sub Control_ScreenTipNeeded(sender As Object, e As ScreenTipNeededEventArgs)
Dim objComponentInputBehaviour As Telerik.WinControls.ComponentInputBehavior = sender
Dim objControl As RadControl = objComponentInputBehaviour.SelectedElement.ElementTree.Control
Do not hesitate to contact us if you have other questions.
Regards,
Nadya
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.