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.
DESKTOP_PATTERN Constant
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Determines the desktop fill pattern. The fill pattern consists of a
 repeating character that is displayed as an application's background.
 
    SCREEN.ControlPanel({DESKTOP_PATTERN | subscript%})[ = pattern%]
 
    ■ subscript%   DESKTOP_PATTERN has a value of 7
 
    ■ pattern%     Valid settings are:
 
                   Value      Description
                   ═══════    ══════════════════════════════════════════════
                   0 - 255    Valid ASCII character
                   176        (Default) ░
 
 Applies To
    ControlPanel Property            SCREEN Object
 
 See Also
    ASCII Character Codes            CONSTANT.BI File
    DESKTOP_BACKCOLOR Constant       DESKTOP_FORECOLOR Constant