C# Class CamTimer.Controls.WebcamConfigurationPicker

Inheritance: System.Windows.Forms.UserControl
Show file Open project: fredrikdev/CamTimer Class Usage Examples

Private Properties

Property Type Description
FocusItem void
InitializeComponent void
SetResolutions void
WebcamConfigurationPicker System
sub_GotFocus void
sub_LostFocus void
sub_MouseEnter void
sub_MouseLeave void
webCamResolution_Scroll void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnEnabledChanged ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void

Private Methods

Method Description
FocusItem ( Size size, short bpp ) : void
InitializeComponent ( ) : void

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

SetResolutions ( WebcamConfiguration resolutions ) : void
WebcamConfigurationPicker ( ) : System
sub_GotFocus ( object sender, EventArgs e ) : void
sub_LostFocus ( object sender, EventArgs e ) : void
sub_MouseEnter ( object sender, EventArgs e ) : void
sub_MouseLeave ( object sender, EventArgs e ) : void
webCamResolution_Scroll ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

OnEnabledChanged() protected method

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
return void