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

Implement storage for month calendar appearance states.
Наследование: PaletteDouble
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ShouldSerializeDay bool
ShouldSerializeDayOfWeek bool
ShouldSerializeHeader bool

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

Метод Описание
PaletteMonthCalendarDoubleState ( PaletteMonthCalendarRedirect redirect ) : System

Initialize a new instance of the PaletteMonthCalendarDoubleState class.

PaletteMonthCalendarDoubleState ( PaletteMonthCalendarRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteMonthCalendarDoubleState class.

Приватные методы

Метод Описание
ShouldSerializeDay ( ) : bool
ShouldSerializeDayOfWeek ( ) : bool
ShouldSerializeHeader ( ) : bool

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

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

Initialize a new instance of the PaletteMonthCalendarDoubleState class.
public PaletteMonthCalendarDoubleState ( PaletteMonthCalendarRedirect redirect ) : System
redirect PaletteMonthCalendarRedirect Inheritence redirection instance.
Результат System

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

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