C# Class FastColoredTextBoxNS.AutocompleteListView

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: samarjeet27/ynoteclassic Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
AddItem ( AutocompleteItem item ) : void
SelectNext ( int shift ) : void
SetAutocompleteItems ( ICollection items ) : void
SetAutocompleteItems ( IList items ) : void

Méthodes protégées

Méthode Description
OnMouseClick ( MouseEventArgs e ) : void
OnMouseDoubleClick ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnScroll ( ScrollEventArgs se ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Méthode Description
AdjustScroll ( ) : void
AutocompleteListView ( FastColoredTextBox tb ) : System
DoAutocomplete ( ) : void
DoAutocomplete ( AutocompleteItem item, Range fragment ) : void
DoAutocomplete ( bool forced ) : void
DoSelectedVisible ( ) : void
OnSelecting ( ) : void
PointToItemIndex ( Point p ) : int
ProcessKey ( Keys keyData, Keys keyModifiers ) : bool
ResetTimer ( Timer timer ) : void
SetToolTip ( AutocompleteItem autocompleteItem ) : void
tb_KeyDown ( object sender, KeyEventArgs e ) : void
tb_KeyPressed ( object sender, KeyPressEventArgs e ) : void
tb_SelectionChanged ( object sender, EventArgs e ) : void
timer_Tick ( object sender, EventArgs e ) : void

Method Details

AddItem() public méthode

public AddItem ( AutocompleteItem item ) : void
item AutocompleteItem
Résultat void

OnMouseClick() protected méthode

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseDoubleClick() protected méthode

protected OnMouseDoubleClick ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnScroll() protected méthode

protected OnScroll ( ScrollEventArgs se ) : void
se System.Windows.Forms.ScrollEventArgs
Résultat void

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
Résultat bool

SelectNext() public méthode

public SelectNext ( int shift ) : void
shift int
Résultat void

SetAutocompleteItems() public méthode

public SetAutocompleteItems ( ICollection items ) : void
items ICollection
Résultat void

SetAutocompleteItems() public méthode

public SetAutocompleteItems ( IList items ) : void
items IList
Résultat void