C# Class CommonTools.ColorPickerCtrl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Méthodes publiques

Méthode Description
ColorPickerCtrl ( ) : System
OnColorSamplePaint ( object sender, PaintEventArgs e ) : void
OnColorTableSelectionChanged ( object sender, EventArgs e ) : void
OnColorWheelSelectionChanged ( object sender, EventArgs e ) : void
OnEyeDropperSelectionChanged ( object sender, EventArgs e ) : void
OnOpacityValueChanged ( object sender, EventArgs e ) : void
UpdateInfo ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

ColorPickerCtrl() public méthode

public ColorPickerCtrl ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnColorSamplePaint() public méthode

public OnColorSamplePaint ( object sender, PaintEventArgs e ) : void
sender object
e PaintEventArgs
Résultat void

OnColorTableSelectionChanged() public méthode

public OnColorTableSelectionChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnColorWheelSelectionChanged() public méthode

public OnColorWheelSelectionChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnEyeDropperSelectionChanged() public méthode

public OnEyeDropperSelectionChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnOpacityValueChanged() public méthode

public OnOpacityValueChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

UpdateInfo() public méthode

public UpdateInfo ( ) : void
Résultat void