Property | Type | Description | |
---|---|---|---|
_currentAppearanceButton | CellAppearance | ||
_currentAppearanceText | CellAppearance | ||
_isMouseDown | bool |
Method | Description | |
---|---|---|
Compose ( ) : void | ||
DetermineAppearance ( ) : void |
Determines the appearance of the control based on its current state.
|
|
ProcessKeyboard ( Input info ) : bool |
Called when the control should process keyboard information.
|
|
RadioButton ( int width, int height ) : System |
Creates a new radio button control with the specified width and height.
|
Method | Description | |
---|---|---|
OnLeftMouseClicked ( Input info ) : void | ||
OnMouseExit ( Input info ) : void | ||
OnMouseIn ( Input info ) : void |
Method | Description | |
---|---|---|
AfterDeserialized ( |
protected OnLeftMouseClicked ( Input info ) : void | ||
info | Input | |
return | void |
public ProcessKeyboard ( Input info ) : bool | ||
info | Input | The keyboard information. |
return | bool |
public RadioButton ( int width, int height ) : System | ||
width | int | Width of the control. |
height | int | Height of the control. |
return | System |
protected CellAppearance _currentAppearanceButton | ||
return | CellAppearance |
protected CellAppearance _currentAppearanceText | ||
return | CellAppearance |