CentralServerDemo.myComboBoxItem.myComboBoxItem C# (CSharp) Method

myComboBoxItem() public method

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

Same methods

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