ToolbarItem Class Members
In This Topic
The following tables list the members exposed by ToolbarItem.
Public Constructors
Public Properties
| Name | Description |
| Action | Action handler for the toolbar item |
| Checked | Shows whether the toolbar item is checked |
| Enabled | Shows whether the toolbar item is enabled |
| IconCssClass | Specifies css class for the icon of the toolbar item |
| Key | The uniq identifier of the toolbar item |
| OnUpdate | The function called to update toolbar item state |
| Text | Specifies the text of the toolbar item |
| Title | Specifies the tooltip of the toolbar item |
Top
See Also