Description

The AMenu class displays a list of commands or items for the application. A menu may contains commands, separator bars, and submenus (popup menus). A menu can have two types: menubar and that popup menu. A menu bar is displayed on the top of the form client area and display a list of command in a row. A popup menu is used for context menus similar to ATEasy context menu that are displayed when you right-click on an object. Popup menus can be also associated with a menu items (e.g. in a menu bar).

Properties

 

Break

hMenu

Picture

Visible

Caption

Inactive

Prompt

WhatsThisHelpID

Checked

Menus

Shortcut

WhatsThisHelpText

Grayed

MenusCount

Tag

WindowList

HelpContextID

Name

Type

 

Methods

 

Find

Next

RemoveMenu

TopLevel

InsertMenu

Parent

ShowHelpContext

 

Move

Previous

ShowWhatsThis

 

Events

OnClick

Constants

 

enumAMenuAccel

enumAMenuBreak

enumAMenuType

See Also

 

Form