TreeToolbarButton Class |
Namespace: Dynamicweb.Controls
The TreeToolbarButton type exposes the following members.
| Name | Description | |
|---|---|---|
| TreeToolbarButton | Initializes a new instance of the TreeToolbarButton class |
| Name | Description | |
|---|---|---|
| CssClass |
Gets or sets the CSS class to be applied to this button.
| |
| Icon |
Gets or sets the "Normal" state icon.
| |
| IconOver |
Gets or sets the "Over" state icon.
| |
| IconOverPath |
Gets or sets the "Over" state icon path.
| |
| IconPath |
Gets or sets the "Normal" state icon path.
| |
| IconPress |
Gets or sets the "Press" state icon.
| |
| IconPressPath |
Gets or sets the "Press" state icon path.
| |
| OnClientClick |
Gets or sets client-side script that executes when button's "Click" event is raised.
| |
| Title |
Gets or sets the title of the button.
| |
| TranslateTitle |
Gets or sets value indicating whether to automatically translate button's title.
|
| Name | Description | |
|---|---|---|
| CreateEventHandlers |
Creates client-side event handler for specified image tag.
| |
| GetEventCallback |
Regrieves button event callback.
| |
| RenderControl |
Outputs button content to a provides HtmlTextWriter object.
|