C# Класс SIL.FieldWorks.LexText.Controls.MSAGroupBox

This control handles all of the various text labels and other widgets used to set up an MSA of any of the classes.
Наследование: System.Windows.Forms.UserControl, IFWDisposable
Показать файл Открыть проект Примеры использования класса

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

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

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

DisableAffixTypeMainPosAndSlot ( ) : void

Disable these two controls (for use when creating an entry for a particular slot)

Initialize ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, Control ctrlAssistant, Form parentForm ) : void

Initialize the control.

Initialize ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, Form parentForm, SandboxGenericMSA sandboxMSA ) : void

Initialize the control.

MSAGroupBox ( ) : System

Constructor.

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Метод Описание
GetSlots ( ) : IEnumerable
HandleComboMSATypesChange ( object sender, EventArgs ea ) : void
HandleComboSlotChange ( object sender, EventArgs ea ) : void
InitializeComponent ( ) : void

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

ResetSlotCombo ( ) : void

Reset the slot combo box.

TrySelectNode ( TreeCombo treeCombo, int hvoTarget ) : bool
m_mainPOSPopupTreeManager_AfterSelect ( object sender, System e ) : void
m_secPOSPopupTreeManager_AfterSelect ( object sender, System e ) : void

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

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

public AdjustInternalControlsAndGrow ( ) : void
Результат void

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

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
Результат void

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

Disable these two controls (for use when creating an entry for a particular slot)
public DisableAffixTypeMainPosAndSlot ( ) : void
Результат void

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

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

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

Initialize the control.
public Initialize ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, Control ctrlAssistant, Form parentForm ) : void
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator
ctrlAssistant System.Windows.Forms.Control
parentForm System.Windows.Forms.Form
Результат void

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

Initialize the control.
public Initialize ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, Form parentForm, SandboxGenericMSA sandboxMSA ) : void
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator
parentForm System.Windows.Forms.Form
sandboxMSA SandboxGenericMSA
Результат void

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

Constructor.
public MSAGroupBox ( ) : System
Результат System