Property | Type | Description | |
---|---|---|---|
AutoCompleteList | List |
Property | Type | Description | |
---|---|---|---|
CalculateMaxPanelHeight | void | ||
EndResize | void | ||
GetLocationRelativeToForm | Point | ||
GetStringHeight | int | ||
ListBoxKeyDown | void | ||
ListBoxMouseClick | void | ||
ListBoxMouseDoubleClick | void | ||
MoveSelectionInListBox | void | ||
SelectItem | void | ||
SetPanelHeight | void | ||
SetPanelPosition | void | ||
ShowSuggests | void | ||
StartResize | void | ||
UpdateCurrentAutoCompleteList | void | ||
UpdateListBoxItems | void |
Method | Description | |
---|---|---|
AutoCompleteTextbox ( ) : System | ||
Dispose ( ) : void | ||
HideSuggestionListBox ( ) : void |
Method | Description | |
---|---|---|
OnEnter ( |
||
OnKeyDown ( |
||
OnLostFocus ( |
||
OnTextChanged ( |
Method | Description | |
---|---|---|
CalculateMaxPanelHeight ( ) : void | ||
EndResize ( object sender, |
||
GetLocationRelativeToForm ( |
||
GetStringHeight ( string measureString ) : int | ||
ListBoxKeyDown ( object sender, |
||
ListBoxMouseClick ( object sender, MouseEventArgs e ) : void | ||
ListBoxMouseDoubleClick ( object sender, MouseEventArgs e ) : void | ||
MoveSelectionInListBox ( int index ) : void | ||
SelectItem ( ) : void | ||
SetPanelHeight ( |
||
SetPanelPosition ( |
||
ShowSuggests ( ) : void | ||
StartResize ( object sender, |
||
UpdateCurrentAutoCompleteList ( ) : void | ||
UpdateListBoxItems ( ) : void |
protected OnKeyDown ( |
||
args | ||
return | void |
protected OnLostFocus ( |
||
e | ||
return | void |
protected OnTextChanged ( |
||
args | ||
return | void |