C# Class MonoDevelop.StyleCop.CompanyInformationOptionsPanel

Afficher le fichier Open project: DarkCloud14/MonoDevelop.StyleCop

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Build ( ) : void
CheckBoxToggled ( object sender, EventArgs e ) : void

Called when the checkbox is checked or unchecked.

Method Details

Build() protected méthode

protected Build ( ) : void
Résultat void

CheckBoxToggled() protected méthode

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.
Résultat void

CompanyInformationOptionsPanel() public méthode

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

CreatePanelWidget() public méthode

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
Résultat Control