C# Class ComponentFactory.Krypton.Navigator.HeaderGroupMappingSecondary

Storage and mapping for secondary header.
Inheritance: HeaderGroupMappingBase
显示文件 Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Initialize a new instance of the HeaderGroupMappingSecondary class.

Protected Methods

Method Description
GetDescriptionDefault ( ) : string

Gets the default description value.

GetHeadingDefault ( ) : string

Gets the default heading value.

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

GetImageDefault() protected method

Gets the default image value.
protected GetImageDefault ( ) : Image
return Image

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

HeaderGroupMappingSecondary() public method

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