C# 클래스 SIL.FieldWorks.LexText.Controls.PossibilityListPopupTreeManager

This class implements PopupTreeManager for a possibility list.
상속: PopupTreeManager
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
PossibilityListPopupTreeManager ( TreeCombo treeCombo, SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ICmPossibilityList list, int ws, bool useAbbr, Form parent ) : System

보호된 메소드들

메소드 설명
MakeMenuItems ( PopupTree popupTree, int hvoTarget ) : TreeNode

메소드 상세

MakeMenuItems() 보호된 메소드

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

PossibilityListPopupTreeManager() 공개 메소드

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
리턴 System