Click or drag to resize

ToolbarButton Properties

The ToolbarButton type exposes the following members.

Properties
  NameDescription
Public propertyButtonType
Declaration type button see ButtonType
Public propertyDefault
-
Public propertyDisabled
Is button disabled?
Public propertyEventCommand
Program code called by Event e.g. window.print()
Public propertyEventHandler
Event name e.g. onclick
Public propertyIcon
Icon name to present
Public propertyLabel
Label of button
Public propertyMVCAction
MVC Action or View name
Public propertyMVCController
MVC controller name
Public propertyStyle
Button style
Public propertySubmitValue
Submit value or MVC value
Public propertyToggleTarget
Panel name to toggle
Public propertyToggleType
Toggle type sets setting how is data (ToggleTarget) presented on display see ToggleType
Public propertyTooltipPlacement
Tooltip placement
Public propertyTooltipText
Help text use on toolbar button object tooltip
Top
See Also