C# Class ComponentFactory.Krypton.Toolkit.PaletteMonthCalendarDoubleState

Implement storage for month calendar appearance states.
Inheritance: PaletteDouble
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeDay bool
ShouldSerializeDayOfWeek bool
ShouldSerializeHeader bool

Public Methods

Method Description
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.

Private Methods

Method Description
ShouldSerializeDay ( ) : bool
ShouldSerializeDayOfWeek ( ) : bool
ShouldSerializeHeader ( ) : bool

Method Details

PaletteMonthCalendarDoubleState() public method

Initialize a new instance of the PaletteMonthCalendarDoubleState class.
public PaletteMonthCalendarDoubleState ( PaletteMonthCalendarRedirect redirect ) : System
redirect PaletteMonthCalendarRedirect Inheritence redirection instance.
return System

PaletteMonthCalendarDoubleState() public method

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