C# 클래스 MonoDevelop.StyleCop.ValidPrefixesOptionsPanel

StyleCop valid prefixes options panel.
상속: ProjectOptionsPanelBase
파일 보기 프로젝트 열기: DarkCloud14/MonoDevelop.StyleCop

공개 메소드들

메소드 설명
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