UtilFormsGetControlFromPoint(Control) Method
Gets the corresponding control (if any) that is over the specified mouse point.
This is a code example.
No code example is currently available or this language may not be supported.
Dim ctrl As Control = GetControlFromPoint(Me)
If (ctrl IsNot Nothing) Then
Console.WriteLine(ctrl.Name)
End If
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.