C# Класс Mono.Terminal.CheckBox

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

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

Метод Описание
CheckBox ( int x, int y, string s ) : System

Public constructor, creates a CheckButton based on the given text at the given position.

The size of CheckButton is computed based on the text length. This CheckButton is not toggled.

CheckBox ( int x, int y, string s, bool is_checked ) : System

Public constructor, creates a CheckButton based on the given text at the given position and a state.

The size of CheckButton is computed based on the text length.

PositionCursor ( ) : void
ProcessKey ( int c ) : bool
ProcessMouse ( Curses ev ) : void
Redraw ( ) : void

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

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

Public constructor, creates a CheckButton based on the given text at the given position.
The size of CheckButton is computed based on the text length. This CheckButton is not toggled.
public CheckBox ( int x, int y, string s ) : System
x int
y int
s string
Результат System

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

Public constructor, creates a CheckButton based on the given text at the given position and a state.
The size of CheckButton is computed based on the text length.
public CheckBox ( int x, int y, string s, bool is_checked ) : System
x int
y int
s string
is_checked bool
Результат System

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

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

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

public ProcessKey ( int c ) : bool
c int
Результат bool

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

public ProcessMouse ( Curses ev ) : void
ev Curses
Результат void

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

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