C# Class System.Windows.Forms.TextBox.AutoCompleteListBox

Inheritance: Control
Show file Open project: Clancey/MonoMac.Windows.Form

Private Properties

Property Type Description
GetItemAt int
GetItemBounds System.Drawing.Rectangle
GetLastVisibleItem int
LayoutListBox void
VScrollValueChanged void

Public Methods

Method Description
AutoCompleteListBox ( TextBox tb ) : System
EnsureVisible ( int index ) : void
HideListBox ( bool set_text ) : void
Scroll ( int lines ) : void

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs args ) : void
OnResize ( EventArgs args ) : void

Private Methods

Method Description
GetItemAt ( Point loc ) : int
GetItemBounds ( int index ) : Rectangle
GetLastVisibleItem ( ) : int
LayoutListBox ( ) : void
VScrollValueChanged ( object o, EventArgs args ) : void

Method Details

AutoCompleteListBox() public method

public AutoCompleteListBox ( TextBox tb ) : System
tb TextBox
return System

EnsureVisible() public method

public EnsureVisible ( int index ) : void
index int
return void

HideListBox() public method

public HideListBox ( bool set_text ) : void
set_text bool
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs args ) : void
args MouseEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs args ) : void
args System.EventArgs
return void

Scroll() public method

public Scroll ( int lines ) : void
lines int
return void