C# Class MichaelReukauff.Protobuf.Options.OptionPage1Control

The option page 1 control.
Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: mreu/ProtobufLanguageService

Public Methods

Method Description
Initialize ( ) : void

Initialize the controls.

OptionPage1Control ( ) : System

Initializes a new instance of the OptionPage1Control class.

Private Methods

Method Description
chkAutoConvert_CheckedChanged ( object sender, EventArgs e ) : void

Save the new checked state.

lblAutoConvert_MouseClick ( object sender, MouseEventArgs e ) : void

When clicked on the text, toggle the checkbox.

Method Details

Initialize() public method

Initialize the controls.
public Initialize ( ) : void
return void

OptionPage1Control() public method

Initializes a new instance of the OptionPage1Control class.
public OptionPage1Control ( ) : System
return System