C# 클래스 ThoNohT.NohBoard.Forms.SaveKeyboardAsForm

The form used to save a keyboard under a new name.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: ThoNohT/NohBoard 1 사용 예제들

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