CentralServerDemo.myComboBoxItem.myComboBoxItem C# (CSharp) Method

myComboBoxItem() public method

public myComboBoxItem ( string strTextToAdd, string strItemDataToAdd, string strItemDataToAdd2 ) : System
strTextToAdd string
strItemDataToAdd string
strItemDataToAdd2 string
return System
		public myComboBoxItem(string strTextToAdd, string strItemDataToAdd, string strItemDataToAdd2)
		{
			strText = strTextToAdd;
			strItemData = strItemDataToAdd;
			strItemData2 = strItemDataToAdd2;
			strDispalyValue = strTextToAdd;
		}

Same methods

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