C# Class FarsiLibrary.Win.Controls.FADayView

Inheritance: FarsiLibrary.Win.BaseClasses.BaseDateControl
Afficher le fichier Open project: HEskandari/FarsiLibrary Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FADayView() public méthode

public FADayView ( ) : System
Résultat System

GetBodyValue() protected méthode

protected GetBodyValue ( ) : string
Résultat string

GetFooterValue() protected méthode

protected GetFooterValue ( ) : string
Résultat string

GetHeaderValue() protected méthode

protected GetHeaderValue ( ) : string
Résultat string

OnDrawBody() protected méthode

protected OnDrawBody ( PaintEventArgs args ) : void
args PaintEventArgs
Résultat void

OnDrawBorder() protected méthode

protected OnDrawBorder ( PaintEventArgs args ) : void
args PaintEventArgs
Résultat void

OnDrawDayName() protected méthode

protected OnDrawDayName ( PaintEventArgs args ) : void
args PaintEventArgs
Résultat void

OnDrawDayOfMonth() protected méthode

protected OnDrawDayOfMonth ( PaintEventArgs args ) : void
args PaintEventArgs
Résultat void

OnDrawMonthAndYear() protected méthode

protected OnDrawMonthAndYear ( PaintEventArgs args ) : void
args PaintEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
Résultat void

OnResize() protected méthode

Executed when control is resized.
protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

ShouldSerializeDayFont() public méthode

Determines if DayFont should be serialized.
public ShouldSerializeDayFont ( ) : bool
Résultat bool

ShouldSerializeFont() public méthode

Determines if Font property should be serialized
public ShouldSerializeFont ( ) : bool
Résultat bool

ShouldSerializeFooterFont() public méthode

Determines if FooterFont should be serialized.
public ShouldSerializeFooterFont ( ) : bool
Résultat bool

ShouldSerializeHeaderFont() public méthode

Determines if HeaderFont should be serialized.
public ShouldSerializeHeaderFont ( ) : bool
Résultat bool