C# Class AutocompleteMenuNS.AutocompleteListView

Inheritance: System.Windows.Forms.UserControl, IAutocompleteListView
Show file Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Methods

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

Protected Methods

Method 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

Method Description
AdjustScroll ( ) : void
AutocompleteListView ( ) : System
OnItemHovered ( HoveredEventArgs e ) : void
OnItemSelected ( ) : void
PointToItemIndex ( Point p ) : int
ScrollToSelected ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetItemRectangle() public method

public GetItemRectangle ( int itemIndex ) : Rectangle
itemIndex int
return System.Drawing.Rectangle

OnMouseClick() protected method

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseDoubleClick() protected method

protected OnMouseDoubleClick ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnScroll() protected method

protected OnScroll ( ScrollEventArgs se ) : void
se System.Windows.Forms.ScrollEventArgs
return void

ProcessCmdKey() protected method

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

SelectItem() public method

public SelectItem ( int itemIndex ) : void
itemIndex int
return void

SetItems() public method

public SetItems ( List items ) : void
items List
return void

ShowToolTip() public method

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