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

Показать файл Открыть проект

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

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

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

Метод Описание
Build ( ) : void
CheckBoxToggled ( object sender, EventArgs e ) : void

Called when the checkbox is checked or unchecked.

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

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

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

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

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

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

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

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