C# Class MonoDevelop.StyleCop.ValidPrefixesOptionsPanel

StyleCop valid prefixes options panel.
Inheritance: ProjectOptionsPanelBase
Mostrar archivo Open project: DarkCloud14/MonoDevelop.StyleCop

Public Methods

Method 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.

Protected Methods

Method 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 method

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

Build() protected method

protected Build ( ) : void
return void

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

RemovePrefixButtonClicked() protected method

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

ValidPrefixesOptionsPanel() public method

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