C# Class TpTrayUtility.Components.ChangeColorControl

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Méthodes publiques

Свойство Type Description
ColorChanged EventHandler

Protected Properties

Свойство Type Description
color Color

Méthodes publiques

Méthode Description
ChangeColorControl ( ) : System
TextFromColor ( Color c ) : string

Méthodes protégées

Méthode Description
OnMouseClick ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
ApplyCustomColors ( System.Windows.Forms.ColorDialog colorDialog ) : void
SaveDefinedCustomColors ( System.Windows.Forms.ColorDialog colorDialog ) : void

Method Details

ChangeColorControl() public méthode

public ChangeColorControl ( ) : System
Résultat System

OnMouseClick() protected méthode

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

TextFromColor() public méthode

public TextFromColor ( Color c ) : string
c Color
Résultat string

Property Details

ColorChanged public_oe property

public EventHandler ColorChanged
Résultat EventHandler

color protected_oe property

protected Color color
Résultat Color