wfpool class : GetActive() method

Description

Gets the active window.

Syntax

wfpoolInstance.GetActive()

Arguments

None

Return value

ClassDescription
winframeThe active window.

Sample code

1:

wfpool wfp;

2:

winframe winframeIns = wfp.GetActive(); // Gets a window that has focus.

Notes

None

Links for reference

None

Copyright © Cooker All rights reserved.