C# Class ComponentFactory.Krypton.Navigator.HeaderGroupMappingPrimary

Storage and mapping for primary header.
Inheritance: HeaderGroupMappingBase
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
HeaderGroupMappingPrimary ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the HeaderGroupMappingPrimary class.

Méthodes protégées

Méthode Description
GetDescriptionDefault ( ) : string

Gets the default description value.

GetHeadingDefault ( ) : string

Gets the default heading value.

GetMapDescriptionDefault ( ) : MapKryptonPageText

Gets the default description mapping value.

GetMapHeadingDefault ( ) : MapKryptonPageText

Gets the default heading mapping value.

GetMapImageDefault ( ) : MapKryptonPageImage

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

GetMapDescriptionDefault() protected méthode

Gets the default description mapping value.
protected GetMapDescriptionDefault ( ) : MapKryptonPageText
Résultat MapKryptonPageText

GetMapHeadingDefault() protected méthode

Gets the default heading mapping value.
protected GetMapHeadingDefault ( ) : MapKryptonPageText
Résultat MapKryptonPageText

GetMapImageDefault() protected méthode

Gets the default image mapping value.
protected GetMapImageDefault ( ) : MapKryptonPageImage
Résultat MapKryptonPageImage

HeaderGroupMappingPrimary() public méthode

Initialize a new instance of the HeaderGroupMappingPrimary class.
public HeaderGroupMappingPrimary ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System
navigator KryptonNavigator Reference to owning navogator instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Résultat System