captionbutton PopupMenu property
Return to Introduction  Previous page  Next page
Applies to
acCaptionButton component and other components that uses TacCustomCaptionButton as ancestor class - acAppAutoRun, acTrayIcon, acFormHelp, acFormTopmost, acFormRoller.  

Declaration
property PopupMenu: TPopupMenu;  

Description
The PopupMenu property identifies the pop-up menu that appears when the user press the button on the form's title bar. When PopupMenu specified, same menu items will appears in the form's system menu.  
 
If PopupMenu is not specified, button will behave as usual button without popup menu.  

Snapshot (button with popup menu)
captionbutton2  

See also
SystemMenu properties.