C# Class Flood.GUI.Controls.LabeledRadioButton

RadioButton with label.
Inheritance: Control
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LabeledRadioButton ( Control parent ) : System

Initializes a new instance of the LabeledRadioButton class.

Select ( ) : void

Selects the radio button.

Méthodes protégées

Méthode Description
Layout ( Skins skin ) : void
OnKeySpace ( bool down ) : bool

Handler for Space keyboard event.

RenderFocus ( Skins skin ) : void

Renders the focus overlay.

Method Details

LabeledRadioButton() public méthode

Initializes a new instance of the LabeledRadioButton class.
public LabeledRadioButton ( Control parent ) : System
parent Control Parent control.
Résultat System

Layout() protected méthode

protected Layout ( Skins skin ) : void
skin Skins
Résultat void

OnKeySpace() protected méthode

Handler for Space keyboard event.
protected OnKeySpace ( bool down ) : bool
down bool Indicates whether the key was pressed or released.
Résultat bool

RenderFocus() protected méthode

Renders the focus overlay.
protected RenderFocus ( Skins skin ) : void
skin Skins Skin to use.
Résultat void

Select() public méthode

Selects the radio button.
public Select ( ) : void
Résultat void