C# 클래스 FarsiLibrary.Win.Controls.FADayView

상속: FarsiLibrary.Win.BaseClasses.BaseDateControl
파일 보기 프로젝트 열기: HEskandari/FarsiLibrary 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FADayView ( ) : System
ShouldSerializeDayFont ( ) : bool

Determines if DayFont should be serialized.

ShouldSerializeFont ( ) : bool

Determines if Font property should be serialized

ShouldSerializeFooterFont ( ) : bool

Determines if FooterFont should be serialized.

ShouldSerializeHeaderFont ( ) : bool

Determines if HeaderFont should be serialized.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetBodyValue ( ) : string
GetFooterValue ( ) : string
GetHeaderValue ( ) : string
OnDrawBody ( PaintEventArgs args ) : void
OnDrawBorder ( PaintEventArgs args ) : void
OnDrawDayName ( PaintEventArgs args ) : void
OnDrawDayOfMonth ( PaintEventArgs args ) : void
OnDrawMonthAndYear ( PaintEventArgs args ) : void
OnPaint ( PaintEventArgs pe ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void
OnResize ( EventArgs e ) : void

Executed when control is resized.

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FADayView() 공개 메소드

public FADayView ( ) : System
리턴 System

GetBodyValue() 보호된 메소드

protected GetBodyValue ( ) : string
리턴 string

GetFooterValue() 보호된 메소드

protected GetFooterValue ( ) : string
리턴 string

GetHeaderValue() 보호된 메소드

protected GetHeaderValue ( ) : string
리턴 string

OnDrawBody() 보호된 메소드

protected OnDrawBody ( PaintEventArgs args ) : void
args PaintEventArgs
리턴 void

OnDrawBorder() 보호된 메소드

protected OnDrawBorder ( PaintEventArgs args ) : void
args PaintEventArgs
리턴 void

OnDrawDayName() 보호된 메소드

protected OnDrawDayName ( PaintEventArgs args ) : void
args PaintEventArgs
리턴 void

OnDrawDayOfMonth() 보호된 메소드

protected OnDrawDayOfMonth ( PaintEventArgs args ) : void
args PaintEventArgs
리턴 void

OnDrawMonthAndYear() 보호된 메소드

protected OnDrawMonthAndYear ( PaintEventArgs args ) : void
args PaintEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
리턴 void

OnResize() 보호된 메소드

Executed when control is resized.
protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

ShouldSerializeDayFont() 공개 메소드

Determines if DayFont should be serialized.
public ShouldSerializeDayFont ( ) : bool
리턴 bool

ShouldSerializeFont() 공개 메소드

Determines if Font property should be serialized
public ShouldSerializeFont ( ) : bool
리턴 bool

ShouldSerializeFooterFont() 공개 메소드

Determines if FooterFont should be serialized.
public ShouldSerializeFooterFont ( ) : bool
리턴 bool

ShouldSerializeHeaderFont() 공개 메소드

Determines if HeaderFont should be serialized.
public ShouldSerializeHeaderFont ( ) : bool
리턴 bool