C# Class SIL.FieldWorks.Common.Framework.DetailControls.PossibilityAutoComplete

Inheritance: SIL.Utils.FwDisposableBase
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
Hide ( ) : void
PossibilityAutoComplete ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ICmPossibilityList list, Control control, string displayNameProperty, string displayWs ) : System
Update ( ITsString tss ) : void

Méthodes protégées

Méthode Description
DisposeManagedResources ( ) : void
OnItemSelected ( EventArgs e ) : void

Private Methods

Méthode Description
CreateSearcher ( ) : void
HandleKeyDown ( object sender, KeyEventArgs e ) : void
HandleKeyPress ( object sender, KeyPressEventArgs e ) : void
HandleSameItemSelected ( object sender, EventArgs eventArgs ) : void
HandleSelectedIndexChanged ( object sender, EventArgs e ) : void
PerformUpdate ( object param ) : bool
ShouldAbort ( ) : bool

Abort resetting if the user types anything, anywhere. Also sets the flag (if it returns true) to indicate the search WAS aborted.

Method Details

DisposeManagedResources() protected méthode

protected DisposeManagedResources ( ) : void
Résultat void

Hide() public méthode

public Hide ( ) : void
Résultat void

OnItemSelected() protected méthode

protected OnItemSelected ( EventArgs e ) : void
e System.EventArgs
Résultat void

PossibilityAutoComplete() public méthode

public PossibilityAutoComplete ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ICmPossibilityList list, Control control, string displayNameProperty, string displayWs ) : System
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator
list ICmPossibilityList
control System.Windows.Forms.Control
displayNameProperty string
displayWs string
Résultat System

Update() public méthode

public Update ( ITsString tss ) : void
tss ITsString
Résultat void