C# Class SIL.FieldWorks.FdoUi.WfiGlossUi

UI functions for WfiGloss.
Inheritance: CmObjectUi
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
WfiGlossUi ( ICmObject obj ) : System

Create one.

Protected Methods

Method Description
GetMergeinfo ( SIL.FieldWorks.LexText.Controls.WindowParams wp, List mergeCandidates, string &guiControl, string &helpTopic ) : DummyCmObject
ShouldDisplayMenuForClass ( int specifiedClsid, XCore.UIItemDisplayProperties display ) : bool

Private Methods

Method Description
WfiGlossUi ( ) : System

Method Details

GetMergeinfo() protected method

protected GetMergeinfo ( SIL.FieldWorks.LexText.Controls.WindowParams wp, List mergeCandidates, string &guiControl, string &helpTopic ) : DummyCmObject
wp SIL.FieldWorks.LexText.Controls.WindowParams
mergeCandidates List
guiControl string
helpTopic string
return DummyCmObject

ShouldDisplayMenuForClass() protected method

protected ShouldDisplayMenuForClass ( int specifiedClsid, XCore.UIItemDisplayProperties display ) : bool
specifiedClsid int
display XCore.UIItemDisplayProperties
return bool

WfiGlossUi() public method

Create one.
public WfiGlossUi ( ICmObject obj ) : System
obj ICmObject
return System