C# 클래스 SIL.FieldWorks.FdoUi.Dialogs.RelatedWordsVc

상속: SIL.FieldWorks.Common.RootSites.FwBaseVc
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
Display ( IVwEnv vwenv, int hvo, int frag ) : void

This is the main interesting method of displaying objects and fragments of them.

DisplayVec ( IVwEnv vwenv, int hvo, int tag, int frag ) : void

Handles displaying the vector of words with commas except after the last

EstimateHeight ( int hvo, int frag, int dxAvailWidth ) : int

Estimate the height in points of one domain.

LoadDataFor ( IVwEnv vwenv, int rghvo, int chvo, int hvoParent, int tag, int frag, int ihvoMin ) : void

pre-load any required data about a particular domain.

RelatedWordsVc ( int wsUser, ITsString headword ) : System

Initializes a new instance of the RelatedWordsVc class.

메소드 상세

Display() 공개 메소드

This is the main interesting method of displaying objects and fragments of them.
public Display ( IVwEnv vwenv, int hvo, int frag ) : void
vwenv IVwEnv
hvo int
frag int
리턴 void

DisplayVec() 공개 메소드

Handles displaying the vector of words with commas except after the last
public DisplayVec ( IVwEnv vwenv, int hvo, int tag, int frag ) : void
vwenv IVwEnv
hvo int
tag int
frag int
리턴 void

EstimateHeight() 공개 메소드

Estimate the height in points of one domain.
public EstimateHeight ( int hvo, int frag, int dxAvailWidth ) : int
hvo int
frag int
dxAvailWidth int
리턴 int

LoadDataFor() 공개 메소드

pre-load any required data about a particular domain.
public LoadDataFor ( IVwEnv vwenv, int rghvo, int chvo, int hvoParent, int tag, int frag, int ihvoMin ) : void
vwenv IVwEnv
rghvo int
chvo int
hvoParent int
tag int
frag int
ihvoMin int
리턴 void

RelatedWordsVc() 공개 메소드

Initializes a new instance of the RelatedWordsVc class.
public RelatedWordsVc ( int wsUser, ITsString headword ) : System
wsUser int The ws user.
headword ITsString Headword of the target lexical entry.
리턴 System