C# Class CentralServerDemo.myComboBoxItem

Afficher le fichier Open project: avspeed/iConf.NET-SDK-Demos Class Usage Examples

Protected Properties

Свойство Type Description
strDispalyValue string
strItemData string
strItemData2 string
strText string

Méthodes publiques

Méthode Description
ToString ( ) : string
myComboBoxItem ( string strTextToAdd ) : System
myComboBoxItem ( string strTextToAdd, string strItemDataToAdd ) : System
myComboBoxItem ( string strTextToAdd, string strItemDataToAdd, string strItemDataToAdd2 ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

myComboBoxItem() public méthode

public myComboBoxItem ( string strTextToAdd ) : System
strTextToAdd string
Résultat System

myComboBoxItem() public méthode

public myComboBoxItem ( string strTextToAdd, string strItemDataToAdd ) : System
strTextToAdd string
strItemDataToAdd string
Résultat System

myComboBoxItem() public méthode

public myComboBoxItem ( string strTextToAdd, string strItemDataToAdd, string strItemDataToAdd2 ) : System
strTextToAdd string
strItemDataToAdd string
strItemDataToAdd2 string
Résultat System

Property Details

strDispalyValue protected_oe property

protected string strDispalyValue
Résultat string

strItemData protected_oe property

protected string strItemData
Résultat string

strItemData2 protected_oe property

protected string strItemData2
Résultat string

strText protected_oe property

protected string strText
Résultat string