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

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

Private Properties

프로퍼티 타입 설명
ShouldSerializeContent bool

공개 메소드들

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

Initialize a new instance of the PaletteMonthCalendarState class.

PaletteMonthCalendarState ( PaletteMonthCalendarRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteMonthCalendarState class.

비공개 메소드들

메소드 설명
ShouldSerializeContent ( ) : bool

메소드 상세

PaletteMonthCalendarState() 공개 메소드

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

PaletteMonthCalendarState() 공개 메소드

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