C# Class ComponentFactory.Krypton.Toolkit.PaletteMonthCalendarStateRedirect

Implement storage for month calendar appearance states.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
ShouldSerializeContent bool

Méthodes publiques

Méthode 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

Méthode Description
ShouldSerializeContent ( ) : bool

Method Details

PaletteMonthCalendarStateRedirect() public méthode

Initialize a new instance of the PaletteMonthCalendarStateRedirect class.
public PaletteMonthCalendarStateRedirect ( ) : System
Résultat System

PaletteMonthCalendarStateRedirect() public méthode

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.
Résultat System

SetRedirector() public méthode

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