ISMINIMIZED Property

 

Returns a value indicating if the Window is or is not minimized

 

 

Description:

 

The ISMINIMIZED Property returns a logical true value (.T.) when the Window is minimized to the taskbar or a false value (.F.) when it is not

 

Syntax:

 

    THISWINDOW | <FormName>.ISMINIMIZED --> lValue

 

Valid For Use With:

 

This Property is assumed to be available for use with all Window types

 

Notes:

  1. This property is only available after Window definition

  2. 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 Minimized (.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