Property | Type | Description | |
---|---|---|---|
CategoryCombo_TextChanged | void | ||
InitializeComponent | void | ||
PopulateKeyboards | void | ||
SaveButton_Click | void | ||
SaveKeyboardAsForm_Load | void |
Method | Description | |
---|---|---|
SaveKeyboardAsForm ( ) : System |
Initializes a new instance of the SaveKeyboardAsForm class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
CategoryCombo_TextChanged ( object sender, |
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, |
Saves the keyboard definition in the specified location.
|
|
SaveKeyboardAsForm_Load ( object sender, |
Initializes the form, pre-filling the list of categories and definitions in the current category.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |