advr.hlp (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.
MinButton Property Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 [form.]MinButton
 
 Usage Notes
   ■ A Minimize button allows users to shrink a form window to an icon.
     See: Icon Definition
 
   ■ Shrinking a form at run time generates a Resize event.
     See: Resize Event
 
   ■ If BorderStyle is set to 0, the MinButton value is ignored even if set
     to True (-1). See: BorderStyle Property
 
   ■ The WindowState property reflects the current state of the window. If
     you set the WindowState property to 1 (Minimized), the form is
     minimized independently of whatever settings are in effect for the
     MinButton and BorderStyle properties. See: WindowState Property