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

GetSelectedLineChoiceMode() private method

private GetSelectedLineChoiceMode ( ) : InterlinLineChoices.InterlinMode
return InterlinLineChoices.InterlinMode
		internal InterlinLineChoices.InterlinMode GetSelectedLineChoiceMode()
		{
			return m_mediator.PropertyTable.GetBoolProperty(InterlinDocForAnalysis.ksPropertyAddWordsToLexicon, false) ?
				InterlinLineChoices.InterlinMode.GlossAddWordsToLexicon : InterlinLineChoices.InterlinMode.Gloss;
		}
InterlinDocForAnalysis