C# Class Longkong.ColorPicker.Controls.ColorSpaceComponent

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: Longkong/Pojjaman Class Usage Examples

Private Properties

Property Type Description
ColorSpaceComponent System
InitializeComponent void
rdoComponent_Click void
txtComponentValue_KeyDown void
txtComponentValue_KeyUp void
txtComponentValue_LostFocus void

Protected Methods

Method Description
OnComponentSelected ( EventArgs e ) : void

Raises the ComponentSelected event.

OnComponentTextKeyUp ( EventArgs e ) : void

Raises the ComponentTextKeyUp event.

Private Methods

Method 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 method

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

OnComponentTextKeyUp() protected method

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