Specifies the toolbar set used by the editor.
[Visual Basic]
Public Enum EditorToolBarSet
[C#]
public enum EditorToolBarSet
Members
| Member Name |
Description |
| Basic | Only includes basic tool bar items. |
| Standard | Includes standard tool bar items. |
| Full | Includes all tool bar items. |
| Custom | Use custom tool bars specified either by CustomHeaderTemplate or ToolBarItems. |
Requirements
Namespace:
EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
EO.Web Namespace