C# Class MonoDevelop.StyleCop.ValidPrefixesOptionsPanel

StyleCop valid prefixes options panel.
Inheritance: ProjectOptionsPanelBase
Afficher le fichier Open project: DarkCloud14/MonoDevelop.StyleCop

Méthodes publiques

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

ValidPrefixesOptionsPanel ( ) : System

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

Méthodes protégées

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

Called when the addPrefixButton is clicked.

Build ( ) : void
RemovePrefixButtonClicked ( object sender, EventArgs e ) : void

Called when the removePrefixButton is clicked.

Method Details

AddPrefixButtonClicked() protected méthode

Called when the addPrefixButton is clicked.
protected AddPrefixButtonClicked ( object sender, EventArgs e ) : void
sender object The event sender.
e System.EventArgs The event arguments.
Résultat void

Build() protected méthode

protected Build ( ) : void
Résultat void

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

RemovePrefixButtonClicked() protected méthode

Called when the removePrefixButton is clicked.
protected RemovePrefixButtonClicked ( object sender, EventArgs e ) : void
sender object The event sender.
e System.EventArgs The event arguments.
Résultat void

ValidPrefixesOptionsPanel() public méthode

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