SIL.FieldWorks.IText.InterlinDocForAnalysis.UpdateForNewLineChoices C# (CSharp) Method

UpdateForNewLineChoices() private method

private UpdateForNewLineChoices ( SIL.FieldWorks.IText.InterlinLineChoices newChoices ) : void
newChoices SIL.FieldWorks.IText.InterlinLineChoices
return void
		internal override void UpdateForNewLineChoices(InterlinLineChoices newChoices)
		{
			base.UpdateForNewLineChoices(newChoices);
			if (ExistingFocusBox != null)
			{
				ExistingFocusBox.UpdateLineChoices(newChoices);
				if (IsFocusBoxInstalled)
					MoveFocusBoxIntoPlace();
			}
		}
InterlinDocForAnalysis