C# Class SIL.FieldWorks.TE.KeyTermsControl

Control containing the tool strip and the tree of key terms.
Inheritance: SIL.FieldWorks.TE.TeEditorialChecks.CheckControl
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Свойство Type Description
FindComboKeyPress void
KeyTermsControl System
OnItemClicked void
OnReferenceListEmptied void
OnScrReferenceChanged void
OnSelChangedInDraftView void
ShowFindKeyTermControl void
UpdateToolStripButtons void
UpdateToolStripButtons void

Méthodes protégées

Méthode Description
OnLoadSettings ( RegistryKey key ) : void

Load settings

OnSaveSettings ( RegistryKey key ) : void

Save settings

Private Methods

Méthode Description
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.

Method Details

OnLoadSettings() protected méthode

Load settings
protected OnLoadSettings ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
Résultat void

OnSaveSettings() protected méthode

Save settings
protected OnSaveSettings ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
Résultat void