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
显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
AddItem ( ICmObject obj ) : void
AdhocCoProhibVectorLauncher ( ) : System

Protected Methods

Method 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

Method Description
InitializeComponent ( ) : void

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

Method Details

AddItem() public method

public AddItem ( ICmObject obj ) : void
obj ICmObject
return void

AdhocCoProhibVectorLauncher() public method

public AdhocCoProhibVectorLauncher ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

HandleChooser() protected method

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