SIL.FieldWorks.XWorks.MorphologyEditor.InflAffixTemplateControl.MenuLabelForInflTemplateRemoveInflAffixMsa C# (CSharp) Method

MenuLabelForInflTemplateRemoveInflAffixMsa() private method

private MenuLabelForInflTemplateRemoveInflAffixMsa ( string sLabel ) : ITsString
sLabel string
return ITsString
		internal ITsString MenuLabelForInflTemplateRemoveInflAffixMsa(string sLabel)
		{
			CheckDisposed();
			if (m_obj.ClassID == MoInflAffMsaTags.kClassId)
				return DetermineMsaContextMenuItemLabel(sLabel);
			else
				return null;
		}