C# Class SIL.ObjectBrowser.OptionsDlg

Inheritance: System.Windows.Forms.Form
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
OptionsDlg ( ) : System

Initializes a new instance of the OptionsDlg class.

OptionsDlg ( Color clr ) : System

Initializes a new instance of the OptionsDlg class.

Private Methods

Method Description
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.

Method Details

OptionsDlg() public method

Initializes a new instance of the OptionsDlg class.
public OptionsDlg ( ) : System
return System

OptionsDlg() public method

Initializes a new instance of the OptionsDlg class.
public OptionsDlg ( Color clr ) : System
clr Color
return System