Click or drag to resize

IToolbarButton Properties

The IToolbarButton type exposes the following members.

Properties
  NameDescription
Public propertyAlternateText
The image alternate text to display for the button.
Public propertyButton
Gets the actual Button control. This may or may not be the same as Control
Public propertyControl
Gets the WebControl implementing the interface. To access the actual button, use Button.
Public propertyInnerControl
Gets the inner control. This is intended for internal use.
Public propertyOnClientClick
Javascript to be executed in response to the button's client-side onclick event.
Top
See Also