C# Класс SIL.ObjectBrowser.OptionsDlg

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

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

Метод Описание
OptionsDlg ( ) : System

Initializes a new instance of the OptionsDlg class.

OptionsDlg ( Color clr ) : System

Initializes a new instance of the OptionsDlg class.

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

Метод Описание
btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnColor_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnColor control.

btnOK_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnOK control.

chkShade_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the chkShade control.

clrPicker_ColorPicked ( object sender, Color clrPicked ) : void

Handles the user clicking on a color in the color picker.

lblSample_Paint ( object sender, PaintEventArgs e ) : void

Handles the Paint event of the lblSample control.

txtRGB_KeyPress ( object sender, KeyPressEventArgs e ) : void

Handles the KeyPress event of the txtRGB control.

txtRGB_Validated ( object sender, EventArgs e ) : void

Handles the Validated event of the txtRGB control.

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

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

Initializes a new instance of the OptionsDlg class.
public OptionsDlg ( ) : System
Результат System

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

Initializes a new instance of the OptionsDlg class.
public OptionsDlg ( Color clr ) : System
clr Color
Результат System