ToolbarItem Class Members
In This Topic
The following tables list the members exposed by ToolbarItem.
Public Constructors
Public Properties
| Name | Description |
 | Action | Gets or sets the action handler for the toolbar item. This handler is invoked when the item is activated. |
 | Checked | Gets or sets a value indicating whether the toolbar item is checked. |
 | Enabled | Gets or sets a value indicating whether the toolbar item is enabled. |
 | IconCssClass | Gets or sets the CSS class for the icon of the toolbar item. |
 | Key | Gets or sets the unique identifier for the toolbar item. |
 | OnUpdate | Gets or sets the function that is called to update the state of the toolbar item. |
 | Text | Gets or sets the display text for the toolbar item. |
 | Title | Gets or sets the tooltip text for the toolbar item. |
Top
See Also