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

SelectItemInCombo() private method

private SelectItemInCombo ( int flid, int morphIndex, int hvoTarget ) : int
flid int
morphIndex int
hvoTarget int
return int
			internal int SelectItemInCombo(int flid, int morphIndex, int hvoTarget)
			{
				using (InterlinComboHandler handler = GetComboHandler(flid, morphIndex))
				{
					handler.SelectComboItem(hvoTarget);
					return handler.IndexOfCurrentItem;
				}

			}

Same methods

AddWordsToLexiconTests.SandboxForTests::SelectItemInCombo ( int flid, int morphIndex, string comboItem ) : int