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

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

Public Methods

Method Description
HeaderLabel ( ) : System.Drawing

Initializes a new instance of the HeaderLabel class.

Protected Methods

Method Description
OnPaintBackground ( PaintEventArgs e ) : void

Draw a background that looks like a list view header.

Method Details

HeaderLabel() public method

Initializes a new instance of the HeaderLabel class.
public HeaderLabel ( ) : System.Drawing
return System.Drawing

OnPaintBackground() protected method

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