Table of Contents
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.