ButtonEx ActiveX Control Reference
Returns a handle to the control.
Property type
A Long value.
Syntax
object.hWnd
The hWnd property syntax has these parts:
| Part | Description |
| object | An expression evaluating to an object of type ButtonEx. |
Remarks
The Microsoft Windows operating environment identifies each form and control in an application by assigning it a handle, or hWnd. The hWnd property is used with Windows API calls. Many Windows operating environment functions require the hWnd of the active window as an argument.
Note Because the value of this property can change while a program is running, never store the hWnd value in a variable.
Problems, Suggestions, Praise concerning the documentation? Please send feedback.