C# Class SIL.ObjectBrowser.ColorPicker

Inheritance: System.Windows.Forms.UserControl
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
ColorPicker ( ) : System

Initializes a new instance of the ColorPicker class.

HandleButtonClick ( object sender, EventArgs e ) : void

Handles the button click.

HandleButtonPaint ( object sender, PaintEventArgs e ) : void

Handles the button paint.

Method Details

ColorPicker() public method

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

HandleButtonClick() public method

Handles the button click.
public HandleButtonClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

HandleButtonPaint() public method

Handles the button paint.
public HandleButtonPaint ( object sender, PaintEventArgs e ) : void
sender object
e PaintEventArgs
return void