C# Class SIL.FieldWorks.FwCoreDlgs.SampleVc

Inheritance: SIL.FieldWorks.Common.RootSites.VwBaseVc
显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
Display ( IVwEnv vwenv, int hvo, int frag ) : void

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

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

Method Details

Display() public method

public Display ( IVwEnv vwenv, int hvo, int frag ) : void
vwenv IVwEnv
hvo int
frag int
return void

EstimateHeight() public method

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

LoadDataFor() public method

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
return void