C# 클래스 Yaircc.SettingsDialog

Represents the settings dialog.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: rastating/yaircc 1 사용 예제들

공개 메소드들

메소드 설명
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