C# Class ComponentFactory.Krypton.Toolkit.PaletteMonthCalendarRedirect

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

Private Properties

Property Type Description
ShouldSerializeDay bool
ShouldSerializeDayOfWeek bool
ShouldSerializeHeader bool

Public Methods

Method 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

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

Method Details

PaletteMonthCalendarRedirect() public method

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

PaletteMonthCalendarRedirect() public method

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

SetRedirector() public method

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