|
Keys | Hotkey [get, set] |
| A hotkey that can substitute a mouse click - no auto-update More...
|
|
string | OnClick [get, set] |
| A Lua script to execute when the control is clicked More...
|
|
virtual string | Text [get, set] |
| The text displayed on the control More...
|
|
TextAlign | TextAlign [get, set] |
| How the text is to be aligned - only effective for Label More...
|
|
string | Name [get, set] |
| Unique name for identifying this control More...
|
|
bool | Default [get, set] |
| Is this the default control on the dialog? - no auto-update More...
|
|
bool? | Enabled [get, set] |
| Is this control currently active? More...
|
|
bool? | Visible [get, set] |
| Is this control currently visible? More...
|
|
Point | Location [get, set] |
| The location of the control on the dialog More...
|
|
Size | Size [get, set] |
| The size of the control on the dialog More...
|
|
HorizontalMode | AlignHorizontal [get, set] |
| How to handle the X values of Location and Size More...
|
|
VerticalMode | AlignVertical [get, set] |
| How to handle the Y values of Location and Size More...
|
|
string | OnMouseEnter [get, set] |
| A Lua script to execute when the mouse enters the area of the control More...
|
|
string | OnMouseExit [get, set] |
| A Lua script to execute when the mouse leaves the area of the control More...
|
|
A basis for Button-like control