winframe class : WindowHandle getter

Description

Gets a window handle of a window.

Syntax

winframeInstance.WindowHandle

Arguments

None

Return value

ClassDescription
longA 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.

Copyright © Cooker All rights reserved.