C# Класс PredictiveCodeSuggestions.Options.Options

Наследование: System.Windows.Forms.UserControl, IOptionsPage
Показать файл Открыть проект

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

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