C# Class KBS2.Controls.ComboBoxItem

Afficher le fichier Open project: Railec/SE1cKBS2

Méthodes publiques

Свойство Type Description
Text string
Value object

Méthodes publiques

Méthode Description
ComboBoxItem ( string text, object value ) : System
ToString ( ) : string

Method Details

ComboBoxItem() public méthode

public ComboBoxItem ( string text, object value ) : System
text string
value object
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Text public_oe property

public string Text
Résultat string

Value public_oe property

public object Value
Résultat object