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.
Menu Control
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Displays a list of available commands at the top of a form when the user
 chooses the menu title. For example, the illustration below shows a File
 menu with the menu items New, Open, and Exit displayed. Menus are created
 in the Form Designer with the Menu Design window.
 
                            ░░File░░░░░░░░░░░░░░░Help░░
                            │ New            │
                            │ Open           │
                            ├────────────────┤
                            │ Exit    Alt+F4 │
                            └────────────────┘
 
 Events
    Click
 
 Properties
    Caption           Checked           CtlName           Enabled
    Index             Parent            Separator         Tag
    Visible
 
 See Also
    Controls Summary
    Creating a Menu
    Menu Design Window