C# Class Longkong.ColorPicker.Controls.ColorSpaceComponent

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Longkong/Pojjaman Class Usage Examples

Private Properties

Свойство Type Description
ColorSpaceComponent System
InitializeComponent void
rdoComponent_Click void
txtComponentValue_KeyDown void
txtComponentValue_KeyUp void
txtComponentValue_LostFocus void

Méthodes protégées

Méthode Description
OnComponentSelected ( EventArgs e ) : void

Raises the ComponentSelected event.

OnComponentTextKeyUp ( EventArgs e ) : void

Raises the ComponentTextKeyUp event.

Private Methods

Méthode Description
ColorSpaceComponent ( ) : System
InitializeComponent ( ) : void
rdoComponent_Click ( object sender, EventArgs e ) : void

Handles the Click event that the rdoComponent object raises.

txtComponentValue_KeyDown ( object sender, KeyEventArgs e ) : void
txtComponentValue_KeyUp ( object sender, KeyEventArgs e ) : void
txtComponentValue_LostFocus ( object sender, EventArgs e ) : void

Handles the LostFocus event that the txtComponentValue object raises.

Method Details

OnComponentSelected() protected méthode

Raises the ComponentSelected event.
protected OnComponentSelected ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void

OnComponentTextKeyUp() protected méthode

Raises the ComponentTextKeyUp event.
protected OnComponentTextKeyUp ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void