CentralServerDemo.myComboBoxItem.myComboBoxItem C# (CSharp) Method

myComboBoxItem() public method

public myComboBoxItem ( string strTextToAdd, string strItemDataToAdd ) : System
strTextToAdd string
strItemDataToAdd string
return System
		public myComboBoxItem(string strTextToAdd, string strItemDataToAdd)
		{
			strText = strTextToAdd;
			strItemData = strItemDataToAdd;
			strDispalyValue = strTextToAdd;
		}
		//Adding the text and ItemData

Same methods

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