SIL.FieldWorks.Common.Widgets.FwComboBox.SetTssWithoutChangingSelectedIndex C# (CSharp) Method

SetTssWithoutChangingSelectedIndex() public method

This is used (e.g., in filter bar) when the text we want to show in the combo is something different from the text of the selected item.
public SetTssWithoutChangingSelectedIndex ( ITsString tss ) : void
tss ITsString
return void
		public void SetTssWithoutChangingSelectedIndex(ITsString tss)
		{
			base.Tss = tss;
		}
		/// ------------------------------------------------------------------------------------