ImageEn, unit iexToolbars |
|
TIERichEditToolbarParams
Declaration
TIERichEditToolbarParams = class(TIECustomToolbarParams);
Description
Properties to customize the toolbars of ImageEn, such as when editing text in TIERichEdit.
// Show a hover toolbar when editing text
IEGlobalSettings().RichEditorToolbar.Position := iepAbove;
IERichEdit1.AutoToolbar := True;
// Hide buttons for Bullets and Numbering
IEGlobalSettings().RichEditorToolbar.Buttons := IEGlobalSettings().RichEditorToolbar.Buttons - [irbRichEditBullets];
// Make toolbar buttons green
IEGlobalSettings().RichEditorToolbar.ImageHue := -100;
See Also
◼AutoToolbar