Property | Type | Description |
---|
Method | Description | |
---|---|---|
LabeledRadioButton ( |
Initializes a new instance of the LabeledRadioButton class.
|
|
Select ( ) : void |
Selects the radio button.
|
Method | Description | |
---|---|---|
Layout ( Skins skin ) : void | ||
OnKeySpace ( bool down ) : bool |
Handler for Space keyboard event.
|
|
RenderFocus ( Skins skin ) : void |
Renders the focus overlay.
|
public LabeledRadioButton ( |
||
parent | Parent control. | |
return | System |
protected OnKeySpace ( bool down ) : bool | ||
down | bool | Indicates whether the key was pressed or released. |
return | bool |
protected RenderFocus ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |