ImageEn, unit iexToolbars |
|
TIERichEditToolbar.Buttons
Declaration
property Buttons: TIERichEditButtons;
Description
Specify which buttons are included on the toolbar.
Default: [irbRichEditFont, irbRichEditFontStyle, irbRichEditBullets, irbRichEditAlignment, irbRichEditClipboard, irbRichEditUndo, irbFindAndReplace, irbObjects]
Notes:
- For more in-depth customization of buttons, use the
OnAddButton event
- To add your own buttons to the toolbar, use the
OnAddCustomButton event