프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_currentAppearanceButton | CellAppearance | ||
_currentAppearanceText | CellAppearance | ||
_isMouseDown | bool |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
OnLeftMouseClicked ( Input info ) : void | ||
OnMouseExit ( Input info ) : void | ||
OnMouseIn ( Input info ) : void |
메소드 | 설명 | |
---|---|---|
AfterDeserialized ( |
public ProcessKeyboard ( Input info ) : bool | ||
info | Input | The keyboard information. |
리턴 | bool |
public RadioButton ( int width, int height ) : System | ||
width | int | Width of the control. |
height | int | Height of the control. |
리턴 | System |
protected CellAppearance _currentAppearanceButton | ||
리턴 | CellAppearance |
protected CellAppearance _currentAppearanceText | ||
리턴 | CellAppearance |