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

Inheritance: Control
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form

Private Properties

Свойство Type Description
GetItemAt int
GetItemBounds System.Drawing.Rectangle
GetLastVisibleItem int
LayoutListBox void
VScrollValueChanged void

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnMouseDown ( MouseEventArgs args ) : void
OnResize ( EventArgs args ) : void

Private Methods

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

Method Details

AutoCompleteListBox() public méthode

public AutoCompleteListBox ( TextBox tb ) : System
tb TextBox
Résultat System

EnsureVisible() public méthode

public EnsureVisible ( int index ) : void
index int
Résultat void

HideListBox() public méthode

public HideListBox ( bool set_text ) : void
set_text bool
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs args ) : void
args MouseEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs args ) : void
args System.EventArgs
Résultat void

Scroll() public méthode

public Scroll ( int lines ) : void
lines int
Résultat void