C# Class SIL.ObjectBrowser.ColorPicker

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the ColorPicker class.
public ColorPicker ( ) : System
Résultat System

HandleButtonClick() public méthode

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

HandleButtonPaint() public méthode

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