C# Class PredictiveCodeSuggestions.Options.Options

Inheritance: System.Windows.Forms.UserControl, IOptionsPage
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

Dispose() protected method

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

OnOk() public method

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
return bool

Options() public method

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

ValidatePage() public method

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