Specifies the type of the tool bar item.
[Visual Basic]
Public Enum ToolBarItemType
[C#]
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. |
Requirements
Namespace:
EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
EO.Web Namespace