C# Class ComponentFactory.Krypton.Navigator.HeaderGroupMappingBase

Base class for storage and mapping of navigator header values.
Inheritance: ComponentFactory.Krypton.Toolkit.HeaderValuesBase
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

Свойство Type Description
ShouldSerializeMapDescription bool
ShouldSerializeMapHeading bool
ShouldSerializeMapImage bool

Méthodes publiques

Méthode Description
GetImage ( PaletteState state ) : Image

Gets the content image.

GetLongText ( ) : string

Gets the content long text.

GetShortText ( ) : string

Gets the content short text.

HeaderGroupMappingBase ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the HeaderGroupMappingBase class.

ResetMapDescription ( ) : void

Resets the MapDescription property to its default value.

ResetMapHeading ( ) : void

Resets the MapHeading property to its default value.

ResetMapImage ( ) : void

Resets the MapImage property to its default value.

Méthodes protégées

Méthode Description
GetImageDefault ( ) : Image

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

Private Methods

Méthode Description
ShouldSerializeMapDescription ( ) : bool
ShouldSerializeMapHeading ( ) : bool
ShouldSerializeMapImage ( ) : bool

Method Details

GetImage() public méthode

Gets the content image.
public GetImage ( PaletteState state ) : Image
state PaletteState State for which the image is needed.
Résultat Image

GetImageDefault() protected méthode

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

GetLongText() public méthode

Gets the content long text.
public GetLongText ( ) : string
Résultat string

GetMapDescriptionDefault() protected abstract méthode

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

GetMapHeadingDefault() protected abstract méthode

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

GetMapImageDefault() protected abstract méthode

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

GetShortText() public méthode

Gets the content short text.
public GetShortText ( ) : string
Résultat string

HeaderGroupMappingBase() public méthode

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

ResetMapDescription() public méthode

Resets the MapDescription property to its default value.
public ResetMapDescription ( ) : void
Résultat void

ResetMapHeading() public méthode

Resets the MapHeading property to its default value.
public ResetMapHeading ( ) : void
Résultat void

ResetMapImage() public méthode

Resets the MapImage property to its default value.
public ResetMapImage ( ) : void
Résultat void