C# Class ComponentFactory.Krypton.Navigator.HeaderGroupMappingPrimary

Storage and mapping for primary header.
Inheritance: HeaderGroupMappingBase
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
HeaderGroupMappingPrimary ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the HeaderGroupMappingPrimary class.

Protected Methods

Method 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 method

Gets the default description value.
protected GetDescriptionDefault ( ) : string
return string

GetHeadingDefault() protected method

Gets the default heading value.
protected GetHeadingDefault ( ) : string
return string

GetMapDescriptionDefault() protected method

Gets the default description mapping value.
protected GetMapDescriptionDefault ( ) : MapKryptonPageText
return MapKryptonPageText

GetMapHeadingDefault() protected method

Gets the default heading mapping value.
protected GetMapHeadingDefault ( ) : MapKryptonPageText
return MapKryptonPageText

GetMapImageDefault() protected method

Gets the default image mapping value.
protected GetMapImageDefault ( ) : MapKryptonPageImage
return MapKryptonPageImage

HeaderGroupMappingPrimary() public method

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.
return System