C# Class ComponentFactory.Krypton.Toolkit.HeaderGroupValuesPrimary

Storage for the primary header of the header group control.
Inheritance: HeaderValuesBase
Show file Open project: ComponentFactory/Krypton

Private Properties

Property Type Description

Public Methods

Method Description
HeaderGroupValuesPrimary ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the HeaderGroupValuesPrimary class.

Protected Methods

Method Description
GetDescriptionDefault ( ) : string

Gets the default description value.

GetHeadingDefault ( ) : string

Gets the default heading value.

Method Details

GetDescriptionDefault() protected method

Gets the default description value.
protected GetDescriptionDefault ( ) : string
return string

GetHeadingDefault() protected method

Gets the default heading value.
protected GetHeadingDefault ( ) : string
return string

HeaderGroupValuesPrimary() public method

Initialize a new instance of the HeaderGroupValuesPrimary class.
public HeaderGroupValuesPrimary ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System