Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
LabeledRadioButton ( |
Initializes a new instance of the LabeledRadioButton class.
|
|
Select ( ) : void |
Selects the radio button.
|
Метод | Описание | |
---|---|---|
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. | |
Результат | System |
protected OnKeySpace ( bool down ) : bool | ||
down | bool | Indicates whether the key was pressed or released. |
Результат | bool |
protected RenderFocus ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
Результат | void |