winframe class : Close() method
Description
Closes the window.
Syntax
winframeInstance.Close()
Arguments
None
Return value
None
Sample code
1: | wfpool wfp; |
2: | winframe winframeIns = wfp.GetActive(); // Gets a window that has focus. |
3: | winframeIns.Close(); |
Notes
None
Links for reference
None