메소드 | 설명 | |
---|---|---|
SettingsDialog ( ) : System |
Initialises a new instance of the SettingsDialog class.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
ProcessCmdKey ( |
Processes a command key.
|
메소드 | 설명 | |
---|---|---|
CancelButton_Click ( object sender, |
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, |
Handles the Click event of System.Windows.Forms.Button.
|
|
SelectFirstGridItem ( ) : void |
Highlights the first item in the property grid.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected ProcessCmdKey ( |
||
msg | 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 |