C# Class SIL.FieldWorks.IText.ConcordanceControl.POSComboController

This class stores the objects used by the combo box by the Word Cat. and Lex. Gram. Info. lines.
Inheritance: SIL.FieldWorks.LexText.Controls.POSPopupTreeManager
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

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

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

POSComboController() public method

Constructor.
public POSComboController ( 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