C# Class SIL.FieldWorks.Discourse.DialogInterlinRibbon

Used to display interlinear text from a ConstChartWordGroup in a dialog.
Inheritance: InterlinRibbon
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
DialogInterlinRibbon ( SIL.FieldWorks.FDO.FdoCache cache ) : System
MakeInitialSelection ( ) : void

Méthodes protégées

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.

Private Methods

Méthode Description
SelectRange ( int begin1, int end1 ) : void
SelectUpToEnd ( ) : void

Method Details

DialogInterlinRibbon() public méthode

public DialogInterlinRibbon ( SIL.FieldWorks.FDO.FdoCache cache ) : System
cache SIL.FieldWorks.FDO.FdoCache
Résultat System

HandleSelectionChange() protected méthode

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.
protected HandleSelectionChange ( object sender, SIL.FieldWorks.Common.RootSites.VwSelectionArgs args ) : void
sender object
args SIL.FieldWorks.Common.RootSites.VwSelectionArgs
Résultat void

MakeInitialSelection() public méthode

public MakeInitialSelection ( ) : void
Résultat void