SIL.FieldWorks.LexText.Controls.MSAPopupTreeManager.MSAPopupTreeManager C# (CSharp) Method

MSAPopupTreeManager() public method

Constructor.
public MSAPopupTreeManager ( TreeCombo treeCombo, SIL.FieldWorks.FDO.FdoCache cache, ICmPossibilityList list, int ws, bool useAbbr, XCore.Mediator mediator, Form parent ) : System
treeCombo SIL.FieldWorks.Common.Widgets.TreeCombo
cache SIL.FieldWorks.FDO.FdoCache
list ICmPossibilityList
ws int
useAbbr bool
mediator XCore.Mediator
parent System.Windows.Forms.Form
return System
		public MSAPopupTreeManager(TreeCombo treeCombo, FdoCache cache, ICmPossibilityList list,
			int ws, bool useAbbr, Mediator mediator, Form parent)
			: base(treeCombo, cache, mediator, list, ws, useAbbr, parent)
		{
			LoadStrings();
		}

Same methods

MSAPopupTreeManager::MSAPopupTreeManager ( PopupTree popupTree, SIL.FieldWorks.FDO.FdoCache cache, ICmPossibilityList list, int ws, bool useAbbr, XCore.Mediator mediator, Form parent ) : System