C# Class SIL.FieldWorks.LexText.Controls.PossibilityListPopupTreeManager

This class implements PopupTreeManager for a possibility list.
Inheritance: PopupTreeManager
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
MakeMenuItems ( PopupTree popupTree, int hvoTarget ) : TreeNode

Method Details

MakeMenuItems() protected méthode

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

PossibilityListPopupTreeManager() public méthode

public PossibilityListPopupTreeManager ( TreeCombo treeCombo, SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ICmPossibilityList list, int ws, bool useAbbr, Form parent ) : System
treeCombo SIL.FieldWorks.Common.Widgets.TreeCombo
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator
list ICmPossibilityList
ws int
useAbbr bool
parent System.Windows.Forms.Form
Résultat System