Méthode | Description | |
---|---|---|
DialogInterlinRibbon ( SIL.FieldWorks.FDO.FdoCache cache ) : System | ||
MakeInitialSelection ( ) : void |
Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
SelectRange ( int begin1, int end1 ) : void | ||
SelectUpToEnd ( ) : void |
public DialogInterlinRibbon ( SIL.FieldWorks.FDO.FdoCache cache ) : System | ||
cache | SIL.FieldWorks.FDO.FdoCache | |
Résultat | System |
protected HandleSelectionChange ( object sender, SIL.FieldWorks.Common.RootSites.VwSelectionArgs args ) : void | ||
sender | object | |
args | SIL.FieldWorks.Common.RootSites.VwSelectionArgs | |
Résultat | void |