C# Class SIL.FieldWorks.XWorks.MorphologyEditor.AdhocCoProhibVectorLauncher

(JohnT, by inspection not as author:) this class seems to be responsible for the whole body, not just the launcher button, of an AdhocCoProhibVectorReferenceSlice, which is (for example) used in Grammar/Ad hoc Co-prohibitions, Other Morphemes slice. It is basically a VectorReferenceLauncher, with some special code mainly related to the chooser button.
Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceLauncher
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
AddItem ( ICmObject obj ) : void
AdhocCoProhibVectorLauncher ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

HandleChooser ( ) : void

Override method to handle launching of a chooser for selecting lexical entries or senses.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

AddItem() public méthode

public AddItem ( ICmObject obj ) : void
obj ICmObject
Résultat void

AdhocCoProhibVectorLauncher() public méthode

public AdhocCoProhibVectorLauncher ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HandleChooser() protected méthode

Override method to handle launching of a chooser for selecting lexical entries or senses.
protected HandleChooser ( ) : void
Résultat void