C# Class SIL.FieldWorks.TE.KeyTermsControl

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

Private Properties

Property Type Description
FindComboKeyPress void
KeyTermsControl System
OnItemClicked void
OnReferenceListEmptied void
OnScrReferenceChanged void
OnSelChangedInDraftView void
ShowFindKeyTermControl void
UpdateToolStripButtons void
UpdateToolStripButtons void

Protected Methods

Method Description
OnLoadSettings ( RegistryKey key ) : void

Load settings

OnSaveSettings ( RegistryKey key ) : void

Save settings

Private Methods

Method 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 method

Load settings
protected OnLoadSettings ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
return void

OnSaveSettings() protected method

Save settings
protected OnSaveSettings ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
return void