Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.Web
- Classes
- AJAXPostedFile Class
- AJAXPostedFileList Class
- AJAXUploader Class
- AJAXUploaderProgressDialog Class
- ASPXToPDF Class
- BaseMenuItem Class
- BaseMenuItemGroup Class
- BaseNavigator Class
- BorderImages Class
- ButtonColumn Class
- Calendar Class
- CalendarDay Class
- Callback Class
- CallbackEventArgs Class
- CallbackPanel Class
- CallbackTrigger Class
- CallbackTriggerCollection Class
- Captcha Class
- CheckBoxColumn Class
- ClientTemplate Class
- ColorPicker Class
- ComboBox Class
- Consts Class
- ContextMenu Class
- Control Class
- ControlFrame Class
- CustomColumn Class
- CustomItem Class
- DataBinding Class
- DataBindingCollection Class
- DataBoundControl Class
- DateCollection Class
- DatePicker Class
- DateTimeColumn Class
- DayRenderEventArgs Class
- DefaultClientTemplateAttribute Class
- DeleteCommandColumn Class
- DesignOptions Class
- Dialog Class
- Downloader Class
- DownloadEventArgs Class
- DynamicDownloadContent Class
- EditableLabel Class
- EditCommandColumn Class
- Editor Class
- Editor Class
- Editor Members
- Editor Constructor
- Properties
- Properties
- ActiveMode Property
- BaseUrl Property
- BreadcrumbDropDownStyle Property
- BreadcrumbItemHoverStyle Property
- BreadcrumbItemSeparatorStyle Property
- BreadcrumbItemStyle Property
- BreadcrumbLabelStyle Property
- BreadcrumbLabelText Property
- ClientSideOnChange Property
- ClientSideOnContextChanged Property
- ClientSideOnContextMenu Property
- ClientSideOnPaste Property
- ColorPickerID Property
- ContextMenuID Property
- CustomFooterTemplate Property
- CustomHeaderTemplate Property
- DesignTabButtonStyles Property
- DesignTabButtonText Property
- DialogContents Property
- DialogTemplates Property
- EditAreaStyle Property
- EmoticonDropDownStyle Property
- EmoticonSet Property
- EmoticonSpacing Property
- EmoticonStyle Property
- FileExplorerDialogID Property
- FileExplorerUrl Property
- FontNames Property
- FontSizes Property
- FontUnit Property
- FooterContainer Property
- FooterStyle Property
- FooterVisible Property
- HeaderContainer Property
- HeaderStyle Property
- HighlightColor Property
- Html Property
- HtmlBodyCssClass Property
- HtmlIndentWidth Property
- HtmlTabButtonStyles Property
- HtmlTabButtonText Property
- IndentWidth Property
- LineBreakMode Property
- PasteFilter Property
- PreserveRelativePaths Property
- PreviewTabButtonStyles Property
- PreviewTabButtonText Property
- SpellCheckerID Property
- Styles Property
- TabButtonStyles Property
- TextAreaCssFile Property
- ToolBarItems Property
- ToolBarSet Property
- ToolBarSkin Property
- Methods
- Events
- EditorDialogContent Class
- EditorDialogContentCollection Class
- EditorDialogTemplate Class
- EditorDialogTemplateCollection Class
- EditorStyle Class
- EditorStyleCollection Class
- EditorTabButtonStyles Class
- Effect Class
- ElementPaddings Class
- ElementStyle Class
- Emoticon Class
- FileExplorer Class
- FileExplorerEventArgs Class
- FileExplorerHolder Class
- Floater Class
- Flyout Class
- FontInfo Class
- Grid Class
- GridCell Class
- GridCellCollection Class
- GridColumn Class
- GridColumnCollection Class
- GridColumnEventArgs Class
- GridCommandEventArgs Class
- GridItem Class
- GridItemCollection Class
- GridItemEventArgs Class
- GridItemStyleSet Class
- GridItemStyleSetCollection Class
- ImageButtonInfo Class
- ImageInfo Class
- ImageZoom Class
- InlineStyle Class
- ListBox Class
- ListBoxItem Class
- ListBoxItemCollection Class
- ListBoxItemContainer Class
- ListItemEventArgs Class
- LookItemCollection Class
- MaskedEdit Class
- MaskedEditColumn Class
- MaskedEditSegment Class
- MaskedEditSegmentCollection Class
- MaskedEditValidator Class
- Menu Class
- MenuGroup Class
- MenuItem Class
- MenuItemCollection Class
- MenuItemImages Class
- MenuLookItemCollection Class
- MsgBox Class
- MsgBoxButton Class
- MultiPage Class
- MultiPageEventArgs Class
- NavigationItem Class
- NavigationItemCollection Class
- NavigationItemEventArgs Class
- NavigationItemGroup Class
- NavigationItemImages Class
- NavigationItemText Class
- PageContextMenu Class
- PageView Class
- PageViewCollection Class
- PathMapping Class
- PathMappingCollection Class
- PopupCalendar Class
- ProgressBar Class
- ProgressTaskEventArgs Class
- RangeSlider Class
- Rating Class
- RowNumberColumn Class
- Runtime Class
- ScriptEvent Class
- ScriptManager Class
- Slide Class
- SlideItem Class
- SlideItemCollection Class
- SlideItemEventArgs Class
- SlideMenu Class
- Slider Class
- SliderBase Class
- SliderLabel Class
- SliderLabelCollection Class
- SpecialLookIDs Class
- SpellChecker Class
- SpellCheckerDialog Class
- SpellCheckerEventArgs Class
- Splitter Class
- SplitterPane Class
- StaticColumn Class
- TabItem Class
- TabItemCollection Class
- TabItemGroup Class
- TabLookItemCollection Class
- TabStrip Class
- TemplatedPopup Class
- TextBoxColumn Class
- ToolBar Class
- ToolBarEventArgs Class
- ToolBarItem Class
- ToolBarItemCollection Class
- ToolTip Class
- TreeLookNodeCollection Class
- TreeNode Class
- TreeNodeCheckStateChangedEventArgs Class
- TreeNodeCollection Class
- TreeNodeGroup Class
- TreeNodeMovedEventArgs Class
- TreeNodeRenameEventArgs Class
- TreeView Class
- TreeViewCheckBoxImages Class
- TreeViewLineImages Class
- TreeViewMargin Class
- WebControl Class
- WebControlBase Class
- Structures
- Enumerations
- Delegates
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
ToolBarItems Property |
Gets or sets the list of tool bar items.
The editor supports a set of pre-defined commands. A toolbar button can be created for most of these commands. Use this property to customize the buttons to be displayed by specify a list of command names.
The following special characters are used to separate the command names:
Character | Remark |
---|---|
; | Separating toolbars. For example: New,Copy,Cut,Paste;Bold,Underline,Italic Creates two toolbars, the first toolbar includes four toolbar buttons: New, Copy, Cut and Paste. The second toolbar includes three toolbar buttons: Bold, Underline and Italic. |
, | Separating toolbar buttons. For example: New,Copy,Cut,Paste Creates a toolbar with four toolbar buttons: New, Copy, Cut and Paste. |
: |
Separating the command name and the tooltip text for the same toolbar item. For example: New:New Document,Copy:Copy to Clipboard,Cut:Cut to Clipboard,Paste:Insert from Clipboard Creates a toolbar with four toolbar buttons: New, Copy, Cut and Paste, with their tooltip text set to New Document, Copy to Clipboard, Cut to Clipboard and Paste from Clipboard respectively. Since the editor supplies default tooltip text in English, this feature is often used to replace the default tooltip text, mostly for localize purpose. |
,, | Two consecutive "," creates a separator item. For example: New,,Copy,Cut,Paste Creates a toolbar with four toolbar buttons: New, Copy, Cut and Paste, with a separator between New and Copy. |
See customizing toolbar for more details about how to customize toolbars.