Description
Returns the window handle of the main application window.
-
Property type
-
An Integer value.
-
Syntax
-
object.hWnd
The hWnd Property syntax has these parts: |
| object | An expression evaluating to an object of type McApplication. | Remarks
This value can be used with Win32 function calls.
|