Property | Type | Description | |
---|---|---|---|
ShouldSerializeMapDescription | bool | ||
ShouldSerializeMapHeading | bool | ||
ShouldSerializeMapImage | bool |
Method | Description | |
---|---|---|
GetImage ( PaletteState state ) : Image |
Gets the content image.
|
|
GetLongText ( ) : string |
Gets the content long text.
|
|
GetShortText ( ) : string |
Gets the content short text.
|
|
HeaderGroupMappingBase ( |
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.
|
Method | 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.
|
Method | Description | |
---|---|---|
ShouldSerializeMapDescription ( ) : bool | ||
ShouldSerializeMapHeading ( ) : bool | ||
ShouldSerializeMapImage ( ) : bool |
public GetImage ( PaletteState state ) : Image | ||
state | PaletteState | State for which the image is needed. |
return | Image |
protected abstract GetMapDescriptionDefault ( ) : MapKryptonPageText | ||
return | MapKryptonPageText |
protected abstract GetMapHeadingDefault ( ) : MapKryptonPageText | ||
return | MapKryptonPageText |
protected abstract GetMapImageDefault ( ) : MapKryptonPageImage | ||
return | MapKryptonPageImage |
public HeaderGroupMappingBase ( |
||
navigator | Reference to owning navogator instance. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |