C# Класс SadConsole.Controls.CheckBox

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

Защищенные свойства (Protected)

Свойство Тип Описание
_currentAppearanceButton CellAppearance
_currentAppearanceText CellAppearance
_isMouseDown bool

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

Метод Описание
CheckBox ( int width, int height ) : System

Creates a new radio button control with the specified width and height.

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.

Защищенные методы

Метод Описание
OnLeftMouseClicked ( Input info ) : void
OnMouseExit ( Input info ) : void
OnMouseIn ( Input info ) : void

Приватные методы

Метод Описание
AfterDeserialized ( StreamingContext context ) : void

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

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

Creates a new radio button control with the specified width and height.
public CheckBox ( int width, int height ) : System
width int Width of the control.
height int Height of the control.
Результат System

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

public Compose ( ) : void
Результат void

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

Determines the appearance of the control based on its current state.
public DetermineAppearance ( ) : void
Результат void

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

protected OnLeftMouseClicked ( Input info ) : void
info Input
Результат void

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

protected OnMouseExit ( Input info ) : void
info Input
Результат void

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

protected OnMouseIn ( Input info ) : void
info Input
Результат void

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

Called when the control should process keyboard information.
public ProcessKeyboard ( Input info ) : bool
info Input The keyboard information.
Результат bool

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

_currentAppearanceButton защищенное свойство

protected CellAppearance _currentAppearanceButton
Результат CellAppearance

_currentAppearanceText защищенное свойство

protected CellAppearance _currentAppearanceText
Результат CellAppearance

_isMouseDown защищенное свойство

protected bool _isMouseDown
Результат bool