C# Class MonoDevelop.StyleCop.CompanyInformationOptionsPanel

Show file Open project: DarkCloud14/MonoDevelop.StyleCop

Public Methods

Method Description
CompanyInformationOptionsPanel ( ) : System

Initializes a new instance of the MonoDevelop.StyleCop.CompanyInformationOptionsPanel class.

CreatePanelWidget ( ) : Control

Initializes the options panel values just before the panel is shown to user for the first time.

Will only be called if the user really gets to see the options panel.

Protected Methods

Method Description
Build ( ) : void
CheckBoxToggled ( object sender, EventArgs e ) : void

Called when the checkbox is checked or unchecked.

Method Details

Build() protected method

protected Build ( ) : void
return void

CheckBoxToggled() protected method

Called when the checkbox is checked or unchecked.
protected CheckBoxToggled ( object sender, EventArgs e ) : void
sender object The event sender.
e EventArgs The event arguments.
return void

CompanyInformationOptionsPanel() public method

Initializes a new instance of the MonoDevelop.StyleCop.CompanyInformationOptionsPanel class.
public CompanyInformationOptionsPanel ( ) : System
return System

CreatePanelWidget() public method

Initializes the options panel values just before the panel is shown to user for the first time.
Will only be called if the user really gets to see the options panel.
public CreatePanelWidget ( ) : Control
return Control