ToolStyle

[property icon] ToolStyle

Set if styles should appear on the toolbar

Read-only This is a style property that is only available in the forms designer. It is possible to modify this programmatically through the Style property in the Create event.

Applies to: Rich Edit

Introduced in KCML version 5.02


>

ToolStyle

If this property is set to TRUE (the default) then the text formatting buttons are added to the toolbar. If FALSE then they will not appear and if there are no other toolbar styles enabled (ToolColor and ToolFont) then no editing toolbar will be displayed.

The Style buttons are, from left to right:

Bold
Italic
Underline
Bullet list
Indent left
Indent right
Justify left
Justify center
Justify right

This property is a design time only property that has no effect if changed under program control.

See also

Rich Edit methods, properties and events.