Popup
Popup
Set if the menu will be used as a popup menu
Read-only This is a style property that is only available in the forms designer. It is possible to modify this programmatically through the Style property in the Create event.
Applies to: Menu
KCML supports two types of menus, the main menu at the top of the form and an arbitrary number of popup menus which are associated with the form and which can be invoked on demand with the TrackPopup() method. This style bit property is set TRUE in the forms designer to mark a menu as a popup menu. It is FALSE for the main menu.
See Working with menus in the Forms Designer for more about how popup menus are created.