C# Class SIL.FieldWorks.FdoUi.Dialogs.RelatedWordsVc

Inheritance: SIL.FieldWorks.Common.RootSites.FwBaseVc
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Display() public méthode

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
Résultat void

DisplayVec() public méthode

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
Résultat void

EstimateHeight() public méthode

Estimate the height in points of one domain.
public EstimateHeight ( int hvo, int frag, int dxAvailWidth ) : int
hvo int
frag int
dxAvailWidth int
Résultat int

LoadDataFor() public méthode

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
Résultat void

RelatedWordsVc() public méthode

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.
Résultat System