Method | Description | |
---|---|---|
FinishInit ( ) : void | ||
OnAddToLexicon ( object argument ) : bool | ||
OnDisplayAddToLexicon ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
OnDisplayLexiconLookup ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
OnLexiconLookup ( object argument ) : bool |
Look up the selected wordform in the dictionary and display its lexical entry.
|
|
StTextSlice ( ICmObject obj, int flid, int ws ) : System |
Method | Description | |
---|---|---|
OnEnter ( |
Method | Description | |
---|---|---|
GetWordLimitsOfSelection ( int &ichMin, int &ichLim, int &hvo, int &tag, int &ws, ITsString &tss ) : void | ||
GetWsFromString ( ITsString tss, int ichMin, int ichLim ) : int | ||
SelectAt ( int ich ) : void |
Select at the specified position in the first paragraph.
|
|
SelectionBeginningGrowToWord ( IVwSelection sel ) : IVwSelection |
Return a word selection based on the beginning of the current selection. Here the "beginning" of the selection is the offset corresponding to word order, not the selection anchor.
|
public OnAddToLexicon ( object argument ) : bool | ||
argument | object | |
return | bool |
public OnDisplayAddToLexicon ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
return | bool |
public OnDisplayLexiconLookup ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
return | bool |
public OnLexiconLookup ( object argument ) : bool | ||
argument | object | |
return | bool |
public StTextSlice ( ICmObject obj, int flid, int ws ) : System | ||
obj | ICmObject | |
flid | int | |
ws | int | |
return | System |