C# Класс ComponentFactory.Krypton.Navigator.HeaderGroupMappingPrimary

Storage and mapping for primary header.
Наследование: HeaderGroupMappingBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
HeaderGroupMappingPrimary ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the HeaderGroupMappingPrimary class.

Защищенные методы

Метод Описание
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.

Описание методов

GetDescriptionDefault() защищенный Метод

Gets the default description value.
protected GetDescriptionDefault ( ) : string
Результат string

GetHeadingDefault() защищенный Метод

Gets the default heading value.
protected GetHeadingDefault ( ) : string
Результат string

GetMapDescriptionDefault() защищенный Метод

Gets the default description mapping value.
protected GetMapDescriptionDefault ( ) : MapKryptonPageText
Результат MapKryptonPageText

GetMapHeadingDefault() защищенный Метод

Gets the default heading mapping value.
protected GetMapHeadingDefault ( ) : MapKryptonPageText
Результат MapKryptonPageText

GetMapImageDefault() защищенный Метод

Gets the default image mapping value.
protected GetMapImageDefault ( ) : MapKryptonPageImage
Результат MapKryptonPageImage

HeaderGroupMappingPrimary() публичный Метод

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.
Результат System