C# Class SIL.FieldWorks.Common.Controls.HeaderLabel

Implements a label control whose background appearance mimics that of a list view header.
Inheritance: FwTextPanel
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
HeaderLabel ( ) : System.Drawing

Initializes a new instance of the HeaderLabel class.

Méthodes protégées

Méthode Description
OnPaintBackground ( PaintEventArgs e ) : void

Draw a background that looks like a list view header.

Method Details

HeaderLabel() public méthode

Initializes a new instance of the HeaderLabel class.
public HeaderLabel ( ) : System.Drawing
Résultat System.Drawing

OnPaintBackground() protected méthode

Draw a background that looks like a list view header.
protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void