C# Class CentralServerDemo.myComboBoxItem

Show file Open project: avspeed/iConf.NET-SDK-Demos Class Usage Examples

Protected Properties

Property Type Description
strDispalyValue string
strItemData string
strItemData2 string
strText string

Public Methods

Method 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 method

public ToString ( ) : string
return string

myComboBoxItem() public method

public myComboBoxItem ( string strTextToAdd ) : System
strTextToAdd string
return System

myComboBoxItem() public method

public myComboBoxItem ( string strTextToAdd, string strItemDataToAdd ) : System
strTextToAdd string
strItemDataToAdd string
return System

myComboBoxItem() public method

public myComboBoxItem ( string strTextToAdd, string strItemDataToAdd, string strItemDataToAdd2 ) : System
strTextToAdd string
strItemDataToAdd string
strItemDataToAdd2 string
return System

Property Details

strDispalyValue protected property

protected string strDispalyValue
return string

strItemData protected property

protected string strItemData
return string

strItemData2 protected property

protected string strItemData2
return string

strText protected property

protected string strText
return string