C# Класс ComponentFactory.Krypton.Toolkit.HeaderGroupValuesSecondary

Storage for the secondary header of the header group control.
Наследование: HeaderValuesBase
Показать файл Открыть проект

Private Properties

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

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

Метод Описание
HeaderGroupValuesSecondary ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the HeaderGroupValuesSecondary class.

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

Метод Описание
GetDescriptionDefault ( ) : string

Gets the default description value.

GetHeadingDefault ( ) : string

Gets the default heading value.

GetImageDefault ( ) : Image

Gets the default image value.

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

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

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

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

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

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

Gets the default image value.
protected GetImageDefault ( ) : Image
Результат Image

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

Initialize a new instance of the HeaderGroupValuesSecondary class.
public HeaderGroupValuesSecondary ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System