C# Класс SIL.FieldWorks.FdoUi.Dialogs.RelatedWordsVc

Наследование: SIL.FieldWorks.Common.RootSites.FwBaseVc
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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