Share via


FormRadioControl.hWnd Method

Definition

Returns the handle to the window that is associated with the control.

public:
 override int hWnd();
public override int hWnd ();
override this.hWnd : unit -> int
Public Overrides Function hWnd () As Integer

Returns

The handle to the window that is associated with the control.

Remarks

The handle to the window can be used with Windows API functions.

Applies to