C# Class SystemEx.Windows.Forms.AutoCompleteForm

Afficher le fichier Open project: pvginkel/SystemEx Class Usage Examples

Private Properties

Свойство Type Description
AutoCompleteForm System
InitializeComponent void
MoveItem void
SelectCurrentItem bool
SetResults void
Show void
listBox1_MouseMove void
listBox1_MouseUp void
panel1_Resize void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnItemActivated ( AutoCompleteItemEventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
AutoCompleteForm ( ) : System
InitializeComponent ( ) : void

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

MoveItem ( bool down ) : void
SelectCurrentItem ( ) : bool
SetResults ( IEnumerable results ) : void
Show ( ) : void
listBox1_MouseMove ( object sender, MouseEventArgs e ) : void
listBox1_MouseUp ( object sender, MouseEventArgs e ) : void
panel1_Resize ( object sender, EventArgs e ) : void

Method Details

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

OnItemActivated() protected méthode

protected OnItemActivated ( AutoCompleteItemEventArgs e ) : void
e AutoCompleteItemEventArgs
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m Message
Résultat void