SIL.FieldWorks.XWorks.MorphologyEditor.InflAffixTemplateControl.MenuLabelForInflTemplateRemoveInflAffixMsa C# (CSharp) Метод

MenuLabelForInflTemplateRemoveInflAffixMsa() приватный Метод

private MenuLabelForInflTemplateRemoveInflAffixMsa ( string sLabel ) : ITsString
sLabel string
Результат ITsString
		internal ITsString MenuLabelForInflTemplateRemoveInflAffixMsa(string sLabel)
		{
			CheckDisposed();
			if (m_obj.ClassID == MoInflAffMsaTags.kClassId)
				return DetermineMsaContextMenuItemLabel(sLabel);
			else
				return null;
		}