C# Class ComponentFactory.Krypton.Toolkit.HeaderValues

Storage for standard header storage.
Inheritance: HeaderValuesBase
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
HeaderValues ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the HeaderValues class.

Méthodes protégées

Méthode Description
GetDescriptionDefault ( ) : string

Gets the default description value.

GetHeadingDefault ( ) : string

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

HeaderValues() public méthode

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