C# Класс 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.
Наследование: SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceLauncher
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddItem ( ICmObject obj ) : void
AdhocCoProhibVectorLauncher ( ) : System

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

Описание методов

AddItem() публичный Метод

public AddItem ( ICmObject obj ) : void
obj ICmObject
Результат void

AdhocCoProhibVectorLauncher() публичный Метод

public AdhocCoProhibVectorLauncher ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

HandleChooser() защищенный Метод

Override method to handle launching of a chooser for selecting lexical entries or senses.
protected HandleChooser ( ) : void
Результат void