ToolbarButton Class |
Namespace: Dynamicweb.Controls
The ToolbarButton type exposes the following members.
| Name | Description | |
|---|---|---|
| ToolbarButton |
Initializes a new instance of an object.
| |
| ToolbarButton(String, String) |
Initializes a new instance of an object.
| |
| ToolbarButton(String, String, IconType, String) |
Initializes a new instance of an object.
| |
| ToolbarButton(String, String, KnownIcon, String) | Initializes a new instance of the ToolbarButton class | |
| ToolbarButton(String, String, String, String) |
Initializes a new instance of an object.
|
| Name | Description | |
|---|---|---|
| Disabled |
Gets or sets value indicating whether button is disabled.
| |
| Divide |
Gets or sets button division type.
| |
| Icon |
Stores and retrieves the predefined button icon. Icons wins over images!
| |
| IconColor | ||
| Image |
Gets or sets a button image (can be overrided with "ImagePath" property).
| |
| ImagePath |
Gets or sets a button image path.
| |
| KeyboardShortcut |
Gets or sets the keboard shortcut for button
| |
| ModuleSystemName |
Get and set required module to see this item
| |
| OnClientClick |
Gets or sets a Javascript handler which is executed when user clicks on a button.
| |
| ShowOptions |
Gets or sets a value indicating whether to show button "Options" arrow.
| |
| ShowOptionsOnClick |
Gets or sets a Javascript handler which is executed when user clicks on a button options.
| |
| ShowOptionsSeparator |
Gets or sets value indicating whether to render a vertical line between the button text and "Options" arrow.
| |
| ShowText |
Gets or sets a value indicating whether to show button text.
| |
| ShowWait |
Gets or sets a value indicating whether a wait overlay will be displayed when button is clicked.
| |
| Size |
Stores and retrieves the size of the button image.
| |
| Text |
Gets or sets a button text.
| |
| Translate |
Gets or sets a value indicating whether to translate button text.
| |
| Version |
Get and set minimum required version to use the button
| |
| WaitMessage |
Gets or sets the wait message to show when button is pressed if ShowWait is enabled.
| |
| WaitTimeout |
Gets or sets the wait timeout in ms.
|
| Name | Description | |
|---|---|---|
| KeyboardShortcutAppend |
Appends keyboard shortcut to a toolbar button
| |
| Render |
Renders toolbar button.
|