C# Класс Flood.GUI.Controls.LabeledRadioButton

RadioButton with label.
Наследование: Control
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
LabeledRadioButton ( Control parent ) : System

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.

Описание методов

LabeledRadioButton() публичный Метод

Initializes a new instance of the LabeledRadioButton class.
public LabeledRadioButton ( Control parent ) : System
parent Control Parent control.
Результат System

Layout() защищенный Метод

protected Layout ( Skins skin ) : void
skin Skins
Результат void

OnKeySpace() защищенный Метод

Handler for Space keyboard event.
protected OnKeySpace ( bool down ) : bool
down bool Indicates whether the key was pressed or released.
Результат bool

RenderFocus() защищенный Метод

Renders the focus overlay.
protected RenderFocus ( Skins skin ) : void
skin Skins Skin to use.
Результат void

Select() публичный Метод

Selects the radio button.
public Select ( ) : void
Результат void