[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| WMINIMUM |
+---------------------------------+
WMINIMUM([<window name>])
-----------------------------------
Returns true if specified window is minimized.
Return value - Logical
-----------------------------------
Windows can be reduced to a minimum size leaving only the window name or
title visible. A window can be minimized by choosing the Zoom . option
from the Window menu popup, by pressing Ctrl+F9, by double clicking the
mouse on the top border of the window, or with ZOOM WINDOW. A
user-defined window created with DEFINE WINDOW can only be minimized if
the MINIMIZE keyword is included in its definition.
The WMINIMUM() function returns a logical true value if a specified
window is minimized. If the specified window is not minimized, a
logical false is returned.
<window name>
If a <window name> is not included in WMINIMUM(), a logical value is
returned for the active window.
To determine if a specific window is minimized, include the window's
name in WMINIMUM(). You can include the names of the FoxPro system
windows (Command, View, ASCII, a Browse window, etc.) in WMINIMUM().
-----------------------------------
See Also: DEFINE WINDOW, WMAXIMUM(), ZOOM WINDOW
-----------------------------------
See Also:
DEFINE WINDOW
WMAXIMUM()
ZOOM WINDOW
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson