SIL.FieldWorks.IText.AddWordsToLexiconTests.SandboxForTests.SelectIndexInCombo C# (CSharp) Method

SelectIndexInCombo() private method

private SelectIndexInCombo ( int flid, int morphIndex, int index ) : int
flid int
morphIndex int
index int
return int
			internal int SelectIndexInCombo(int flid, int morphIndex, int index)
			{
				using (InterlinComboHandler handler = GetComboHandler(flid, morphIndex))
				{
					handler.HandleSelect(index);
					return handler.Items[handler.IndexOfCurrentItem];
				}
			}