C# Class ComponentFactory.Krypton.Toolkit.PaletteMonthCalendarStateRedirect

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

Private Properties

Property Type Description
ShouldSerializeContent bool

Public Methods

Method Description
PaletteMonthCalendarStateRedirect ( ) : System

Initialize a new instance of the PaletteMonthCalendarStateRedirect class.

PaletteMonthCalendarStateRedirect ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteMonthCalendarStateRedirect class.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

Private Methods

Method Description
ShouldSerializeContent ( ) : bool

Method Details

PaletteMonthCalendarStateRedirect() public method

Initialize a new instance of the PaletteMonthCalendarStateRedirect class.
public PaletteMonthCalendarStateRedirect ( ) : System
return System

PaletteMonthCalendarStateRedirect() public method

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

SetRedirector() public method

Update the redirector with new reference.
public SetRedirector ( PaletteRedirect redirect ) : void
redirect PaletteRedirect Target redirector.
return void