C# Класс ThoNohT.NohBoard.Forms.SaveKeyboardAsForm

The form used to save a keyboard under a new name.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CategoryCombo_TextChanged void
InitializeComponent void
PopulateKeyboards void
SaveButton_Click void
SaveKeyboardAsForm_Load void

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

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

Initializes a new instance of the SaveKeyboardAsForm class.

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

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

Clean up any resources being used.

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

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

Handles the change of the category combo selection change, re-populates keyboards.

InitializeComponent ( ) : void

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

PopulateKeyboards ( string category ) : void

Populates the list of keyboards for the specified category.

SaveButton_Click ( object sender, EventArgs e ) : void

Saves the keyboard definition in the specified location.

SaveKeyboardAsForm_Load ( object sender, EventArgs e ) : void

Initializes the form, pre-filling the list of categories and definitions in the current category.

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

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

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

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

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