SIL.FieldWorks.FdoUi.BulkEditBarPhonologicalFeatures.BulkEditBarPhonologicalFeatures C# (CSharp) Method

BulkEditBarPhonologicalFeatures() public method

Create one
public BulkEditBarPhonologicalFeatures ( BrowseViewer bv, XmlNode spec, XCore.Mediator mediator, SIL.FieldWorks.FDO.FdoCache cache ) : System
bv BrowseViewer The BrowseViewer that it is part of.
spec System.Xml.XmlNode The parameters element of the BV, containing the /// 'columns' elements that specify the BE bar (among other things).
mediator XCore.Mediator The mediator.
cache SIL.FieldWorks.FDO.FdoCache The cache.
return System
		public BulkEditBarPhonologicalFeatures(BrowseViewer bv, XmlNode spec, Mediator mediator, FdoCache cache) :
			base(bv, spec, mediator, cache)
		{
			m_operationsTabControl.Controls.Remove(BulkCopyTab);
			m_operationsTabControl.Controls.Remove(ClickCopyTab);
			m_operationsTabControl.Controls.Remove(FindReplaceTab);
			m_operationsTabControl.Controls.Remove(TransduceTab);
			m_operationsTabControl.Controls.Remove(DeleteTab);
			if (m_listChoiceControl != null)
				m_listChoiceControl.Text = "";
			EnablePreviewApplyForListChoice();
		}