formhelp ApplyToMenu property
Return to Introduction  Previous page  Next page
Applies to
acCaptionButton component and all other components which uses CaptionButton as base ancestor class - acFormHelp, acAppAutoRun, acTrayIcon, acFormTopmost, acFormRoller. ApplyToMenu is subproperty of SystemMenu.  

Declaration
property ApplyToMenu: Boolean;  

Description
The ApplyToMenu property controls whether the CaptionButton currently have the menu item assiciated with this button. Set ApplyToMenu property to True to add according menu item (with text specified by Caption property, in position specified by Position property) to the form's system menu and False to remove.  

See also
Caption property.