ImageEn, unit iexToolbars |
|
TImageEnViewToolbar.Buttons
Declaration
property Buttons: TImageEnViewButtons;
Description
Specify which buttons are included on the toolbar.
If [], then
ButtonMode specify which buttons appear.
Default: []
Note:
◼For more in-depth customization of buttons, use the
OnAddButton event
◼To add your own buttons to the toolbar, use the
OnAddCustomButton event
// Show clipboard buttons on the toolbar
ImageEnViewToolbar1.Buttons := [ ivbImageClipboard ];
// Show buttons relevant to layer editing
ImageEnViewToolbar1.Buttons := [];
ImageEnViewToolbar1.ButtonMode := ievLayerEditing;