winframe class : Normalize() method
Description
Displays the window at the normal size.
Syntax
winframeInstance.Normalize()
Arguments
None
Return value
None
Sample code
1: | wfpool wfp; |
2: | winframe winframeIns = wfp.GetActive(); // Gets a window that has focus. |
3: | winframeIns.Normalize(); |
Notes
The window displayed makes the active.
Links for reference
None