C# Class ComponentFactory.Krypton.Toolkit.HeaderGroupValuesSecondary

Storage for the secondary header of the header group control.
Inheritance: HeaderValuesBase
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
HeaderGroupValuesSecondary ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the HeaderGroupValuesSecondary class.

Méthodes protégées

Méthode 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 méthode

Gets the default description value.
protected GetDescriptionDefault ( ) : string
Résultat string

GetHeadingDefault() protected méthode

Gets the default heading value.
protected GetHeadingDefault ( ) : string
Résultat string

GetImageDefault() protected méthode

Gets the default image value.
protected GetImageDefault ( ) : Image
Résultat Image

HeaderGroupValuesSecondary() public méthode

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