Table of Contents
EditorToolBarSet Enumeration

Specifies the toolbar set used by the editor.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 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.
See Also