Property | Type | Description | |
---|---|---|---|
AdjustScroll | void | ||
AutocompleteListView | System | ||
DoAutocomplete | void | ||
DoAutocomplete | void | ||
DoAutocomplete | void | ||
DoSelectedVisible | void | ||
OnSelecting | void | ||
PointToItemIndex | int | ||
ProcessKey | bool | ||
ResetTimer | void | ||
SetToolTip | void | ||
tb_KeyDown | void | ||
tb_KeyPressed | void | ||
tb_SelectionChanged | void | ||
timer_Tick | void |
Method | Description | |
---|---|---|
AddItem ( |
||
SelectNext ( int shift ) : void | ||
SetAutocompleteItems ( ICollection |
||
SetAutocompleteItems ( IList |
Method | Description | |
---|---|---|
OnMouseClick ( MouseEventArgs e ) : void | ||
OnMouseDoubleClick ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnScroll ( |
||
ProcessCmdKey ( |
Method | Description | |
---|---|---|
AdjustScroll ( ) : void | ||
AutocompleteListView ( FastColoredTextBox tb ) : System | ||
DoAutocomplete ( ) : void | ||
DoAutocomplete ( |
||
DoAutocomplete ( bool forced ) : void | ||
DoSelectedVisible ( ) : void | ||
OnSelecting ( ) : void | ||
PointToItemIndex ( Point p ) : int | ||
ProcessKey ( Keys keyData, Keys keyModifiers ) : bool | ||
ResetTimer ( Timer timer ) : void | ||
SetToolTip ( |
||
tb_KeyDown ( object sender, |
||
tb_KeyPressed ( object sender, |
||
tb_SelectionChanged ( object sender, |
||
timer_Tick ( object sender, |
public AddItem ( |
||
item | ||
return | void |
protected OnMouseClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseDoubleClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnScroll ( |
||
se | ||
return | void |
protected ProcessCmdKey ( |
||
msg | ||
keyData | Keys | |
return | bool |
public SetAutocompleteItems ( ICollection |
||
items | ICollection |
|
return | void |
public SetAutocompleteItems ( IList |
||
items | IList |
|
return | void |