qck.hlp (Table of Contents; Topic list)
MENU_BACKCOLOR, MENU_FORECOLOR Constants
  Summary             Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Sets or returns the menu background or foreground color.
 
    SCREEN.ControlPanel({MENU_BACKCOLOR | subscript%})[ = color%]
    SCREEN.ControlPanel({MENU_FORECOLOR | subscript%})[ = color%]
 
    ■ subscript%   MENU_BACKCOLOR has a value of 9;
                   MENU_FORECOLOR has a value of 10
 
    ■ color%       Valid color settings are:
 
                   Value      Description
                   ══════     ══════════════════════════════════════════════
                   0 - 15     Valid color attribute
                   7          (Default - MENU_BACKCOLOR) White
                   0          (Default - MENU_FORECOLOR) Black
 
 Applies To
    ControlPanel Property            SCREEN Object
 
 See Also
    BackColor Property               Color Attributes and Values (Objects)
    CONSTANT.BI File                 ForeColor Property
    MENU_SELECTED_BACKCOLOR Constant MENU_SELECTED_FORECOLOR Constant