'Declaration
Public Shared Function FirstControlFromPoint( _ ByVal pt As System.Drawing.Point, _ ByVal type As System.Type _ ) As System.Windows.Forms.Control
'Usage
Dim pt As System.Drawing.Point Dim type As System.Type Dim value As System.Windows.Forms.Control value = NControlHelper.FirstControlFromPoint(pt, type)
Parameters
- pt
- type