C# Class SS.Ynote.Classic.UI.CommandWindow

显示文件 Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Methods

Method Description
CommandWindow ( IEnumerable itemlist ) : System
OnProcessCommand ( CommandWindowEventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void
OnShown ( EventArgs e ) : void

Private Methods

Method Description
BuildAutoComplete ( IEnumerable itemlist ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetAutoComplete ( IEnumerable items, AutocompleteMenu completemenu, Control tb ) : void
tbCmd_KeyDown ( object sender, KeyEventArgs e ) : void
textBox1_Click ( object sender, EventArgs e ) : void

Method Details

CommandWindow() public method

public CommandWindow ( IEnumerable itemlist ) : System
itemlist IEnumerable
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnProcessCommand() public method

public OnProcessCommand ( CommandWindowEventArgs e ) : void
e CommandWindowEventArgs
return void

OnShown() protected method

protected OnShown ( EventArgs e ) : void
e EventArgs
return void