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.
ScaleHeight, ScaleWidth Properties
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Returns the interior height (ScaleHeight) or width (ScaleWidth) of a form
 or picture box; read-only at run time and design time.
 
    [form.][picturebox.]ScaleHeight
    [form.][picturebox.]ScaleWidth
 
    ■ Valid values are:
 
      Property     Border   Setting               Object
      ═══════════  ═══════  ════════════════════  ══════════════════════════
      ScaleHeight  With     Height - MenuBar - 2  Form
                            Height - 2            Picture box
                   Without  Height - MenuBar      Form
                            Height                Picture box
      ScaleWidth   With     Width - 2             Form or picture box
                   Without  Width                 Form or picture box
 
 Applies To
    Form                             Picture Box Control
 
 See Also
    Height Property                  Width Property