C# Класс MonoDevelop.StyleCop.ValidPrefixesOptionsPanel

StyleCop valid prefixes options panel.
Наследование: ProjectOptionsPanelBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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.

Описание методов

AddPrefixButtonClicked() защищенный Метод

Called when the addPrefixButton is clicked.
protected AddPrefixButtonClicked ( object sender, EventArgs e ) : void
sender object The event sender.
e System.EventArgs The event arguments.
Результат void

Build() защищенный Метод

protected Build ( ) : void
Результат void

CreatePanelWidget() публичный Метод

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
Результат Control

RemovePrefixButtonClicked() защищенный Метод

Called when the removePrefixButton is clicked.
protected RemovePrefixButtonClicked ( object sender, EventArgs e ) : void
sender object The event sender.
e System.EventArgs The event arguments.
Результат void

ValidPrefixesOptionsPanel() публичный Метод

Initializes a new instance of the MonoDevelop.StyleCop.ValidPrefixesOptionsPanel class.
public ValidPrefixesOptionsPanel ( ) : System
Результат System