Share via


FormListBoxControl.hWnd Method

Definition

Returns the Windows handle (hWnd) of the control.

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

Returns

A 32-bit handle (hWnd).

Remarks

This handle applies to all controls. This is useful when you work with the Windows API.

Applies to