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

This class wraps together a style bar, a vernacular draft view, and a back-translation draft view, not to mention a footnote view or two (plus a kangaroo).
상속: SIL.FieldWorks.TE.ViewWrapper
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BtDraftSplitWrapper System
DataGridView_ControlAdded void
OnLoadSettings void
OnSaveSettings void
SetFocus void
ShowOrHideFootnoteView void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void

Connect each BT view to its corresponding main view.

OnRowHeightChanged ( object sender, System.Windows.Forms.DataGridViewRowEventArgs e ) : void

Called when the row height changed.

비공개 메소드들

메소드 설명
BtDraftSplitWrapper ( string name, Control parent, SIL.FieldWorks.FDO.FdoCache cache, IVwStylesheet styleSheet, RegistryKey settingsRegKey, SIL.FieldWorks.TE.TeScrDraftViewProxy draftView, SIL.FieldWorks.TE.DraftStylebarProxy stylebar, SIL.FieldWorks.TE.TeScrDraftViewProxy btDraftView, SIL.FieldWorks.TE.TeFootnoteDraftViewProxy footnoteDraftView, SIL.FieldWorks.TE.DraftStylebarProxy footnoteStylebar, SIL.FieldWorks.TE.TeFootnoteDraftViewProxy footnoteBtDraftView ) : System
DataGridView_ControlAdded ( object sender, System.Windows.Forms.ControlEventArgs e ) : void

Handles the ControlAdded event of the Control control.

OnLoadSettings ( RegistryKey key ) : void

Load size of columns and rows

OnSaveSettings ( RegistryKey key ) : void
SetFocus ( bool fFocusOnBtSide ) : void

Sets the focus to the front or back translation side.

Note: this method gets called only after showing or hiding the footnote pane. This means it is save to set the focus to the footnote row if the footnote pane is showing!

ShowOrHideFootnoteView ( IStFootnote footnote, bool fPutInsertionPtAtEnd ) : void

Show the footnote view.

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnControlAdded() 보호된 메소드

Connect each BT view to its corresponding main view.
protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs A that /// contains the event data.
리턴 void

OnRowHeightChanged() 보호된 메소드

Called when the row height changed.
protected OnRowHeightChanged ( object sender, System.Windows.Forms.DataGridViewRowEventArgs e ) : void
sender object The sender.
e System.Windows.Forms.DataGridViewRowEventArgs The /// instance containing the event data.
리턴 void