Property | Type | Description | |
---|---|---|---|
AutoCompleteForm | System | ||
InitializeComponent | void | ||
MoveItem | void | ||
SelectCurrentItem | bool | ||
SetResults | void | ||
Show | void | ||
listBox1_MouseMove | void | ||
listBox1_MouseUp | void | ||
panel1_Resize | void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnItemActivated ( |
||
WndProc ( Message &m ) : void |
Method | 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 |
||
Show ( ) : void | ||
listBox1_MouseMove ( object sender, MouseEventArgs e ) : void | ||
listBox1_MouseUp ( object sender, MouseEventArgs e ) : void | ||
panel1_Resize ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnItemActivated ( |
||
e | ||
return | void |