C# Класс Yaircc.SettingsDialog

Represents the settings dialog.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SettingsDialog ( ) : System

Initialises a new instance of the SettingsDialog class.

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Processes a command key.

Приватные методы

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

Handles the Click event of System.Windows.Forms.Button.

InitializeComponent ( ) : void

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

OKButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of System.Windows.Forms.Button.

SelectFirstGridItem ( ) : void

Highlights the first item in the property grid.

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

Processes a command key.
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message A System.Windows.Forms.Message, passed by reference, that represents the Win32 message to process.
keyData Keys One of the System.Windows.Forms.Keys values that represents the key to process.
Результат bool

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

Initialises a new instance of the SettingsDialog class.
public SettingsDialog ( ) : System
Результат System