ISMAXIMIZED Property
Returns a value indicating if the Window is or is not maximized
Description:
The ISMAXIMIZED Property returns a logical true value (.T.) when the Window is maximized on screen or a false value (.F.) when it is not
Syntax:
THISWINDOW | <FormName>.ISMAXIMIZED --> lValue
Valid For Use With:
This Property is assumed to be available for use with all Window types
Notes:
This property is only available after Window definition
No help documentation was published with the original or subsequent releases of HMG
Properties:
The following Property is available after the Window has been defined
lValue | Logical | R | Gets a logical value representing if the Window is Maximized (.T.) or not (.F.) |
D - Properties of this type can be used when defining a Window
R - Properties of this type can only be accessed (read) after the Window has been defined
W - Properties of this type can be changed (write) after the Window has been defined
See GETPROPERTY and SETPROPERTY functions for further infomation on accessing or changing properties or use semi-OOP syntax