C# 클래스 PredictiveCodeSuggestions.Options.Options

상속: System.Windows.Forms.UserControl, IOptionsPage
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions

공개 메소드들

메소드 설명
OnOk ( ) : bool

Invoked when OK button in the options dialog is pressed. If the page returns false, the the options dialog won't be closed, and focus will be put into this page.

Options ( Lifetime lifetime, OptionsSettingsSmartContext settings ) : System

Initializes a new instance of the Options class.

ValidatePage ( ) : bool

Check if the settings on the page are consistent, and page could be closed.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RefreshInfo ( ) : void

Refreshes the info.

UpdateTemplates ( ) : void

Updates the templates.

linkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Handles the LinkClicked event of the linkLabel1 control.

linkLabel2_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Handles the LinkClicked event of the linkLabel2 control.

linkLabel3_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Handles the LinkClicked event of the linkLabel3 control.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnOk() 공개 메소드

Invoked when OK button in the options dialog is pressed. If the page returns false, the the options dialog won't be closed, and focus will be put into this page.
public OnOk ( ) : bool
리턴 bool

Options() 공개 메소드

Initializes a new instance of the Options class.
public Options ( Lifetime lifetime, OptionsSettingsSmartContext settings ) : System
lifetime Lifetime The lifetime.
settings OptionsSettingsSmartContext The settings.
리턴 System

ValidatePage() 공개 메소드

Check if the settings on the page are consistent, and page could be closed.
public ValidatePage ( ) : bool
리턴 bool