winframe class : WindowHandle getter
Description
Gets a window handle of a window.
Syntax
winframeInstance.WindowHandle
Arguments
None
Return value
Class | Description |
long | A window handle. |
Sample code
1: | wfpool wfp; |
2: | winframe winframeIns = wfp.GetActive(); // Gets a window that has focus. |
3: | long whnd = winframeIns.WindowHandle; |
Notes
None.
Links for reference
None.