Table of Contents
ToolBarItemType Enumeration

Specifies the type of the tool bar item.

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

Syntax
 public enum ToolBarItemType
Members
Member Name Description
Button A regular image button. The images are specified by the tool bar item's ImageUrl, HoverImageUrl, DownImageUrl, DisabledImageUrl property.
Separator A separator item. The separator image is specified by the tool bar's SeparatorImage image.
DropDownMenu A drop down menu. The menu is specified by the tool bar item's DropDownMenuID property. A tool bar item of this type itself also a button.
Custom A custom tool bar item. The button content is specified by the tool bar item's CustomItem template.
See Also