|
|
|
| acCaptionButton component and all other components which uses CaptionButton as base ancestor class - acFormHelp, acAppAutoRun, acTrayIcon, acFormTopmost, acFormRoller. Separators is subproperty of SystemMenu.
|
| type
|
| TacMenuSeparators = set of (seBefore, seAfter);
|
|
|
| property Separators: TacMenuSeparators;
|
| 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.
|
| Position property.
|