Method | Description | |
---|---|---|
CommandWindow ( IEnumerable |
||
OnProcessCommand ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnClosing ( CancelEventArgs e ) : void | ||
OnShown ( EventArgs e ) : void |
Method | Description | |
---|---|---|
BuildAutoComplete ( IEnumerable |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SetAutoComplete ( IEnumerable |
||
tbCmd_KeyDown ( object sender, KeyEventArgs e ) : void | ||
textBox1_Click ( object sender, EventArgs e ) : void |
public CommandWindow ( IEnumerable |
||
itemlist | IEnumerable |
|
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |
public OnProcessCommand ( |
||
e | ||
return | void |