C# Class ComponentFactory.Krypton.Toolkit.PaletteMonthCalendarState

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

Private Properties

Property Type Description
ShouldSerializeContent bool

Public Methods

Method Description
PaletteMonthCalendarState ( PaletteMonthCalendarRedirect redirect ) : System

Initialize a new instance of the PaletteMonthCalendarState class.

PaletteMonthCalendarState ( PaletteMonthCalendarRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteMonthCalendarState class.

Private Methods

Method Description
ShouldSerializeContent ( ) : bool

Method Details

PaletteMonthCalendarState() public method

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

PaletteMonthCalendarState() public method

Initialize a new instance of the PaletteMonthCalendarState class.
public PaletteMonthCalendarState ( PaletteMonthCalendarRedirect redirect, NeedPaintHandler needPaint ) : System
redirect PaletteMonthCalendarRedirect Inheritence redirection instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System