C# Class ComponentFactory.Krypton.Toolkit.HeaderGroupValuesSecondary

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

Private Properties

Property Type Description

Public Methods

Method Description
HeaderGroupValuesSecondary ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the HeaderGroupValuesSecondary class.

Protected Methods

Method Description
GetDescriptionDefault ( ) : string

Gets the default description value.

GetHeadingDefault ( ) : string

Gets the default heading value.

GetImageDefault ( ) : Image

Gets the default image 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

GetImageDefault() protected method

Gets the default image value.
protected GetImageDefault ( ) : Image
return Image

HeaderGroupValuesSecondary() public method

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