C# Class ThoNohT.NohBoard.Forms.SaveKeyboardAsForm

The form used to save a keyboard under a new name.
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: ThoNohT/NohBoard Class Usage Examples

Private Properties

Property Type Description
CategoryCombo_TextChanged void
InitializeComponent void
PopulateKeyboards void
SaveButton_Click void
SaveKeyboardAsForm_Load void

Public Methods

Method Description
SaveKeyboardAsForm ( ) : System

Initializes a new instance of the SaveKeyboardAsForm class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

SaveKeyboardAsForm() public method

Initializes a new instance of the SaveKeyboardAsForm class.
public SaveKeyboardAsForm ( ) : System
return System