C# Class SIL.FieldWorks.IText.InterlinMasterNoTitleBar

This class is like its superclass, except it reomves the superclass' top control and pane bar.
Inheritance: InterlinMaster
Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
InterlinMasterNoTitleBar ( ) : System.Diagnostics

Protected Methods

Method Description
AddPaneBar ( ) : void

Override method to get rid of up to two controls.

Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

AddPaneBar() protected method

Override method to get rid of up to two controls.
protected AddPaneBar ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

InterlinMasterNoTitleBar() public method

public InterlinMasterNoTitleBar ( ) : System.Diagnostics
return System.Diagnostics