Search

Search:

Namespace:

Search Result
.
Redirect CustomToolbarItems
.

This page was automatically generated when this topic (Custom_Toolbar_Items) was renamed to CustomToolbarItems on 11/18/2004 at 3:13 AM by -68.94.227.128.

.
.
.

This property accepts a string of ToolbarItem names. Use commas ( , ) to separate items. A pipe ( | ) will insert a ToolbarSeparator and a semicolon ( ; ) will start a new Toolbar.

.

You can define which toolbar items appear by adding ToolbarItems in much the same way that one would add DataGrid Columns to a DataGrid. In order to do this, set AutoGenerateToolbarLayoutFromString=false:

.

ToolbarButtons and ToolbarDropDownLists can also be set through code. You should set the property AutoGenerateToolbarsFromString to false if you want only the ToolbarItems you define.

.
Summary a string of ToolbarItems such as 'bold', 'inserttable', and 'fontfacesmenu' that determines which ToolbarItems FreeTextBox displays.