IToolbarButton Interface |
Namespace: NetQuarry.WebControls
The IToolbarButton type exposes the following members.
Name | Description | |
---|---|---|
![]() | AlternateText |
The image alternate text to display for the button.
|
![]() | Button |
Gets the actual Button control. This may or may not be the same as Control |
![]() | Control |
Gets the WebControl implementing the interface.
To access the actual button, use Button.
|
![]() | InnerControl |
Gets the inner control. This is intended for internal use.
|
![]() | OnClientClick |
Javascript to be executed in response to the button's client-side onclick event.
|