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

Afficher le fichier Open project: samarjeet27/ynoteclassic Class Usage Examples

Méthodes publiques

Méthode Description
CommandWindow ( IEnumerable itemlist ) : System
OnProcessCommand ( CommandWindowEventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode 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 méthode

public CommandWindow ( IEnumerable itemlist ) : System
itemlist IEnumerable
Résultat System

Dispose() protected méthode

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

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnProcessCommand() public méthode

public OnProcessCommand ( CommandWindowEventArgs e ) : void
e CommandWindowEventArgs
Résultat void

OnShown() protected méthode

protected OnShown ( EventArgs e ) : void
e EventArgs
Résultat void