qck.hlp (Table of Contents; Topic list)
Separator Property
  Summary  Details                           Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Determines if a menu control is displayed as a separator bar. The Separator
 property is initially set at design time by selecting the Separator check
 box in the Menu Design window.
 
   [form.]menuitem.Separator[ = boolean%]
 
   ■ boolean%   Valid settings are:
 
                Value       Description
                ═════════   ════════════════════════════════════════════════
                True (-1)   Menu item is displayed as separator bar
                False (0)   (Default) Menu item is not displayed as
                            separator bar
 
 Applies To
    Menu Control
 
 See Also
    Checked Property                 Creating a Menu
    Enabled Property                 Visible Property
    Menu Design Window