qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WindowState Property
  Summary             Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Sets or returns the visual state of a form at run time.
 
    [form.]WindowState[ = state%]
 
    ■ state%  Valid settings are:
 
              Value   Description
              ═════   ══════════════════════════════════════════════════════
              0       (Default) Normal
              1       Minimized (minimized to an icon)
              2       Maximized (enlarged to maximum size)
 
 
 Applies To
    Form
 
 See Also
    Icon Definition                  Load Event
    MaxButton Property               MinButton Property
    Paint Event                      Resize Event