C# 클래스 SIL.FieldWorks.IText.ConcordanceControl.POSComboController

This class stores the objects used by the combo box by the Word Cat. and Lex. Gram. Info. lines.
상속: SIL.FieldWorks.LexText.Controls.POSPopupTreeManager
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

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

Constructor.

보호된 메소드들

메소드 설명
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

POSComboController() 공개 메소드

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