C# Class AutocompleteMenuNS.AutocompleteListView

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

Méthodes publiques

Méthode Description
GetItemRectangle ( int itemIndex ) : Rectangle
SelectItem ( int itemIndex ) : void
SetItems ( List items ) : void
ShowToolTip ( AutocompleteItem autocompleteItem, Control control = null ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
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 ( ) : System
OnItemHovered ( HoveredEventArgs e ) : void
OnItemSelected ( ) : void
PointToItemIndex ( Point p ) : int
ScrollToSelected ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetItemRectangle() public méthode

public GetItemRectangle ( int itemIndex ) : Rectangle
itemIndex int
Résultat System.Drawing.Rectangle

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

SelectItem() public méthode

public SelectItem ( int itemIndex ) : void
itemIndex int
Résultat void

SetItems() public méthode

public SetItems ( List items ) : void
items List
Résultat void

ShowToolTip() public méthode

public ShowToolTip ( AutocompleteItem autocompleteItem, Control control = null ) : void
autocompleteItem AutocompleteItem
control System.Windows.Forms.Control
Résultat void