C# Class SIL.FieldWorks.IText.InterlinMasterNoTitleContent

This class is like its superclass, except it reomves the superclass' title pane content control. It does not remove the titlebar as does the similar class in InterlinMasterNoTitleBar.cs.
Inheritance: InterlinMaster
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
InterlinMasterNoTitleContent ( ) : System.Drawing

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void

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

Dispose() protected method

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

InterlinMasterNoTitleContent() public method

public InterlinMasterNoTitleContent ( ) : System.Drawing
return System.Drawing

OnLayout() protected method

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
return void