C# Class iSpyApplication.Controls.AutoCompleteTextbox

Inheritance: System.Windows.Forms.TextBox
ファイルを表示 Open project: ispysoftware/iSpy

Public Properties

Property Type Description
AutoCompleteList List

Private Properties

Property Type Description
CalculateMaxPanelHeight void
EndResize void
GetLocationRelativeToForm Point
GetStringHeight int
ListBoxKeyDown void
ListBoxMouseClick void
ListBoxMouseDoubleClick void
MoveSelectionInListBox void
SelectItem void
SetPanelHeight void
SetPanelPosition void
ShowSuggests void
StartResize void
UpdateCurrentAutoCompleteList void
UpdateListBoxItems void

Public Methods

Method Description
AutoCompleteTextbox ( ) : System
Dispose ( ) : void
HideSuggestionListBox ( ) : void

Protected Methods

Method Description
OnEnter ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs args ) : void
OnLostFocus ( EventArgs e ) : void
OnTextChanged ( EventArgs args ) : void

Private Methods

Method Description
CalculateMaxPanelHeight ( ) : void
EndResize ( object sender, EventArgs e ) : void
GetLocationRelativeToForm ( Control c ) : Point
GetStringHeight ( string measureString ) : int
ListBoxKeyDown ( object sender, KeyEventArgs e ) : void
ListBoxMouseClick ( object sender, MouseEventArgs e ) : void
ListBoxMouseDoubleClick ( object sender, MouseEventArgs e ) : void
MoveSelectionInListBox ( int index ) : void
SelectItem ( ) : void
SetPanelHeight ( Panel pnl ) : void
SetPanelPosition ( Panel panel ) : void
ShowSuggests ( ) : void
StartResize ( object sender, EventArgs e ) : void
UpdateCurrentAutoCompleteList ( ) : void
UpdateListBoxItems ( ) : void

Method Details

AutoCompleteTextbox() public method

public AutoCompleteTextbox ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

HideSuggestionListBox() public method

public HideSuggestionListBox ( ) : void
return void

OnEnter() protected method

protected OnEnter ( EventArgs e ) : void
e System.EventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs args ) : void
args System.Windows.Forms.KeyEventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnTextChanged() protected method

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

Property Details

AutoCompleteList public_oe property

public List AutoCompleteList
return List