Describes a button in a CoherentUIMenu instance More...
Public Member Functions | |
| void | Initialize (CoherentUIMenu owner) |
| Initialize this button More... | |
Public Attributes | |
| string | Label |
| The label of the button More... | |
| bool | Disabled |
| Where the button is enabled or disabled. Currently this property cannot be changed More... | |
| ButtonHandler | Click |
| Specifies handler for the click event of the button More... | |
Describes a button in a CoherentUIMenu instance
|
inline |
Initialize this button
| owner | the menu which contains this button |
| ButtonHandler Coherent.UI.Button.Click |
Specifies handler for the click event of the button
| bool Coherent.UI.Button.Disabled |
Where the button is enabled or disabled. Currently this property cannot be changed
| string Coherent.UI.Button.Label |
The label of the button