winframe class : Minimize() method

Description

Minimizes the window.

Syntax

winframeInstance.Minimize()

Arguments

None

Return value

None

Sample code

1:

wfpool wfp;

2:

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

3:

winframeIns.Minimize();

Notes

None

Links for reference

None

Copyright © Cooker All rights reserved.