C# Class SIL.FieldWorks.IText.PossibilityComboController

Inheritance: SIL.FieldWorks.LexText.Controls.POSPopupTreeManager
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
PossibilityComboController ( TreeCombo treeCombo, SIL.FieldWorks.FDO.FdoCache cache, ICmPossibilityList list, int ws, bool useAbbr, XCore.Mediator mediator, Form parent ) : System.Windows.Forms

Constructor.

Protected Methods

Method Description
MakeMenuItems ( PopupTree popupTree, int hvoTarget ) : TreeNode

Method Details

MakeMenuItems() protected method

protected MakeMenuItems ( PopupTree popupTree, int hvoTarget ) : TreeNode
popupTree SIL.FieldWorks.Common.Widgets.PopupTree
hvoTarget int
return System.Windows.Forms.TreeNode

PossibilityComboController() public method

Constructor.
public PossibilityComboController ( TreeCombo treeCombo, SIL.FieldWorks.FDO.FdoCache cache, ICmPossibilityList list, int ws, bool useAbbr, XCore.Mediator mediator, Form parent ) : System.Windows.Forms
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.Windows.Forms