C# 클래스 SIL.FieldWorks.TE.KeyTermsControl

Control containing the tool strip and the tree of key terms.
상속: SIL.FieldWorks.TE.TeEditorialChecks.CheckControl
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

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