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

Declaration
type  
  TacMenuSeparators = set of (seBefore, seAfter);  
 
property Separators: TacMenuSeparators;  

Description
The Separators property specifies the separators for current menu item to separate it from previous and / or next menu items of the system menu. To set separator before menu item — set seBefore to True. To set separator after menu item — set seAfter to True.  
 
Specify Separators to separate current menu item in the system menu from another menu items.  

See also
Position property.