Handle Property (Designer)
In This Topic
Gets the window handle that the control is bound to.
Syntax
'Declaration
Public ReadOnly Property Handle As IntPtr
public IntPtr Handle {get;}
Property Value
An
System.IntPtr that contains the window handle (HWND) of the control.
See Also