GetDisplayText() public method

public GetDisplayText ( int index ) : string
index int
return string
		} // Commit

		protected override object GetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, int rowNum) {
			// Return the display text associated with the data, insted of the
			// data from the DataGrid datasource.
			return combobox.GetDisplayText(base.GetColumnValueAtRow(source, rowNum));
		} // GetColumnValueAtRow