프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_InSelectionChanged | bool | ||
m_occurenceListId | int |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EmitPropChanged | void |
메소드 | 설명 | |
---|---|---|
CacheRibbonItems ( List |
Replaces cached ribbon words with input wordforms. Handles PropChanged, as UOW won't emit PropChanged to private Ribbon Decorator items.
|
|
GetAvailWidth ( IVwRootBox prootb ) : int |
Suppress wrapping by allowing it to be as wide as desired. Todo: for RTL we will have to do something tricky about horizontal scrolling to see the actual text.
|
|
InterlinRibbon ( SIL.FieldWorks.FDO.FdoCache cache, int hvoRoot ) : System |
Make one.
|
|
MakeInitialSelection ( ) : void | ||
MakeRoot ( ) : void | ||
SelectFirstOccurence ( ) : void | ||
SetRoot ( int hvoStText ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetScrollOffsets ( int &dxd, int &dyd ) : void | ||
HandleSelectionChange ( object sender, SIL.FieldWorks.Common.RootSites.VwSelectionArgs args ) : void |
This override ensures that we always have whole objects selected. Enhance: it may cause flicker during drag, in which case, we may change to only do it on mouse up, or only IF the mouse is up.
|
|
OnEditingHelperCreated ( ) : void |
Called when the editing helper is created.
|
|
OnLoad ( |
||
SelectUpTo ( int end1 ) : void |
메소드 | 설명 | |
---|---|---|
EmitPropChanged ( ) : void |
protected GetScrollOffsets ( int &dxd, int &dyd ) : void | ||
dxd | int | |
dyd | int | |
리턴 | void |
protected HandleSelectionChange ( object sender, SIL.FieldWorks.Common.RootSites.VwSelectionArgs args ) : void | ||
sender | object | |
args | SIL.FieldWorks.Common.RootSites.VwSelectionArgs | |
리턴 | void |
public InterlinRibbon ( SIL.FieldWorks.FDO.FdoCache cache, int hvoRoot ) : System | ||
cache | SIL.FieldWorks.FDO.FdoCache | |
hvoRoot | int | |
리턴 | System |