C# 클래스 ComponentFactory.Krypton.Toolkit.PaletteMonthCalendarDoubleState

Implement storage for month calendar appearance states.
상속: PaletteDouble
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ShouldSerializeDay bool
ShouldSerializeDayOfWeek bool
ShouldSerializeHeader bool

공개 메소드들

메소드 설명
PaletteMonthCalendarDoubleState ( PaletteMonthCalendarRedirect redirect ) : System

Initialize a new instance of the PaletteMonthCalendarDoubleState class.

PaletteMonthCalendarDoubleState ( PaletteMonthCalendarRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteMonthCalendarDoubleState class.

비공개 메소드들

메소드 설명
ShouldSerializeDay ( ) : bool
ShouldSerializeDayOfWeek ( ) : bool
ShouldSerializeHeader ( ) : bool

메소드 상세

PaletteMonthCalendarDoubleState() 공개 메소드

Initialize a new instance of the PaletteMonthCalendarDoubleState class.
public PaletteMonthCalendarDoubleState ( PaletteMonthCalendarRedirect redirect ) : System
redirect PaletteMonthCalendarRedirect Inheritence redirection instance.
리턴 System

PaletteMonthCalendarDoubleState() 공개 메소드

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