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
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
InterlinMasterNoTitleContent ( ) : System.Drawing

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

InterlinMasterNoTitleContent() public méthode

public InterlinMasterNoTitleContent ( ) : System.Drawing
Résultat System.Drawing

OnLayout() protected méthode

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
Résultat void