C# Class ComponentFactory.Krypton.Toolkit.PaletteMonthCalendarRedirect

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

Private Properties

Свойство Type Description
ShouldSerializeDay bool
ShouldSerializeDayOfWeek bool
ShouldSerializeHeader bool

Méthodes publiques

Méthode Description
PaletteMonthCalendarRedirect ( ) : System

Initialize a new instance of the PaletteMonthCalendarRedirect class.

PaletteMonthCalendarRedirect ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteMonthCalendarRedirect class.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

Private Methods

Méthode Description
ShouldSerializeDay ( ) : bool
ShouldSerializeDayOfWeek ( ) : bool
ShouldSerializeHeader ( ) : bool

Method Details

PaletteMonthCalendarRedirect() public méthode

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

PaletteMonthCalendarRedirect() public méthode

Initialize a new instance of the PaletteMonthCalendarRedirect class.
public PaletteMonthCalendarRedirect ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Inheritence redirection for bread crumb level.
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