C# Класс SIL.FieldWorks.TE.KeyTermsControl

Control containing the tool strip and the tree of key terms.
Наследование: SIL.FieldWorks.TE.TeEditorialChecks.CheckControl
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
FindComboKeyPress void
KeyTermsControl System
OnItemClicked void
OnReferenceListEmptied void
OnScrReferenceChanged void
OnSelChangedInDraftView void
ShowFindKeyTermControl void
UpdateToolStripButtons void
UpdateToolStripButtons void

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

Метод Описание
OnLoadSettings ( RegistryKey key ) : void

Load settings

OnSaveSettings ( RegistryKey key ) : void

Save settings

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

Метод Описание
FindComboKeyPress ( object sender, KeyPressEventArgs e ) : void
KeyTermsControl ( string sCaption, string sProject ) : System
OnItemClicked ( Object sender, ToolStripItemClickedEventArgs e ) : void

Handles the Click event of the m_ktToolStrip control.

OnReferenceListEmptied ( object sender, EventArgs e ) : void

OnScrReferenceChanged ( object sender, SIL.FieldWorks.TE.ScrRefEventArgs refArgs ) : void

Called when selected Scripture reference changed in the key terms view.

OnSelChangedInDraftView ( object sender, SIL.FieldWorks.Common.RootSites.VwSelectionArgs e ) : void

Handles a VwSelectionChanged event in the key terms draft view.

ShowFindKeyTermControl ( ) : void

Shows the find key term control.

UpdateToolStripButtons ( ) : void

Updates the enabled states of the buttons on the key terms tool strip.

UpdateToolStripButtons ( SIL.FieldWorks.TE.KeyTermRef keyTermRef ) : void

Updates the enabled states of the buttons on the key terms tool strip.

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

OnLoadSettings() защищенный метод

Load settings
protected OnLoadSettings ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
Результат void

OnSaveSettings() защищенный метод

Save settings
protected OnSaveSettings ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
Результат void