C# Class TpTrayUtility.Controls.TpComboBox

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility

Méthodes publiques

Méthode Description
AddItem ( string text ) : void
AddItem ( string text, string value ) : void
Clear ( ) : void
SelectItem ( string text ) : void
Sort ( Comparison pattern ) : void
SortByName ( ) : void
TpComboBox ( ) : System

Méthodes protégées

Méthode Description
InitilizeComponent ( ) : void

Private Methods

Méthode Description
Host_DropDownOpened ( object sender, EventArgs e ) : void
Host_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
Initilize ( ) : void

Method Details

AddItem() public méthode

public AddItem ( string text ) : void
text string
Résultat void

AddItem() public méthode

public AddItem ( string text, string value ) : void
text string
value string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

InitilizeComponent() protected méthode

protected InitilizeComponent ( ) : void
Résultat void

SelectItem() public méthode

public SelectItem ( string text ) : void
text string
Résultat void

Sort() public méthode

public Sort ( Comparison pattern ) : void
pattern Comparison
Résultat void

SortByName() public méthode

public SortByName ( ) : void
Résultat void

TpComboBox() public méthode

public TpComboBox ( ) : System
Résultat System