Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- JavaScript API Reference
- EO.Web
- EO.Web
- Objects
- AJAXPostedFile Object
- AJAXUploader Object
- Calendar Object
- Callback Object
- ColorPicker Object
- ComboBox Object
- Control Object
- Dialog Object
- Downloader Object
- EditableLabel Object
- Editor Object
- EventInfo Object
- FileExplorer Object
- FileExplorerHolder Object
- Floater Object
- Grid Object
- GridCell Object
- GridColumn Object
- GridItem Object
- ImageZoom Object
- ListBox Object
- ListBoxItem Object
- MaskedEdit Object
- MaskedEditSegment Object
- MenuItem Object
- MultiPage Object
- NavigationItem Object
- NavigationItemGroup Object
- Navigator Object
- NavigatorEventInfo Object
- ProgressBar Object
- RangeSlider Object
- Rating Object
- ScriptEvent Object
- Slide Object
- Slider Object
- SliderBase Object
- SpellChecker Object
- Splitter Object
- SplitterPane Object
- ToolBar Object
- ToolBarItem Object
- ToolTip Object
- TreeNode Object
- TreeView Object
- Global Functions
- Event Handlers
- EO.WebEngine
- EO.Web
ToolBarItem Objects |
Client side representation of an EO.Web ToolBarItem object.
Methods
Name | Description | |
---|---|---|
click | Simulates a click event on the tool bar item. | |
getCommandArgument | Returns the command argument associated to the tool bar item via its CommandArgument property. | |
getCommandName | Returns the command name associated to the tool bar item via its CommandName property. | |
getDisabled | Gets a value indicating whether the tool bar item is disabled. | |
getIndex | Gets the index of this tool bar item. | |
getPushed | Gets a value indicating whether the item is pushed. | |
getText | Returns the tool bar item text. | |
getToolBar | Returns the ToolBar object. | |
getType | Returns the type of the tool bar item. | |
getVisible | Gets a value indicating whether the tool bar item is visible. | |
setDisabled | Enables or disables the tool bar item. | |
setPushed | Sets a value indicating whether the item is pushed. | |
setText | Sets the tool bar item text. | |
setVisible | Sets a value indicating whether the tool bar item is visible. |