ToolbarButton Class |
Namespace: SOWIWeb.Helper
The ToolbarButton type exposes the following members.
| Name | Description | |
|---|---|---|
| ToolbarButton |
Global constructor for Toolbar button use it to Header Toolbar List and data item list
|
| Name | Description | |
|---|---|---|
| ButtonType |
Declaration type button see ButtonType | |
| Default |
-
| |
| Disabled |
Is button disabled?
| |
| EventCommand |
Program code called by Event e.g. window.print()
| |
| EventHandler |
Event name e.g. onclick
| |
| Icon |
Icon name to present
| |
| Label |
Label of button
| |
| MVCAction |
MVC Action or View name
| |
| MVCController |
MVC controller name
| |
| Style |
Button style
| |
| SubmitValue |
Submit value or MVC value
| |
| ToggleTarget |
Panel name to toggle
| |
| ToggleType |
Toggle type sets setting how is data (ToggleTarget) presented on display
see ToggleType | |
| TooltipPlacement |
Tooltip placement
| |
| TooltipText |
Help text use on toolbar button object tooltip
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |