Share via


FormListBoxControl.hWnd Method

Returns the Windows handle (hWnd) of the control.

Syntax

public int hWnd()

Run On

Client

Return Value

Type: int
A 32-bit handle (hWnd).

Remarks

This handle applies to all controls.

This is useful when you work with the Windows API.

See Also

Reference

FormListBoxControl Class