C# Class FarsiLibrary.Win.Controls.FAMultiView

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

Protected Properties

Свойство Type Description
dayView FADayView
monthView FAMonthView

Private Properties

Свойство Type Description
ChangeViewVisibility void
GetDefaultView System.Windows.Forms.Control
ShowCurrentView void
UpdateViewDates void

Méthodes publiques

Méthode Description
FAMultiView ( ) : System

Creates a new instance of FAMultiView

ShowDayView ( ) : void

Switches to Day view

ShowMonthView ( ) : void

Switches to Month view

Méthodes protégées

Méthode Description
CreateDayView ( ) : void
CreateMonthView ( ) : void
OnResize ( EventArgs e ) : void

Executed when control is resized.

OnSelectedDateTimeChanged ( EventArgs e ) : void
OnThemeChanged ( EventArgs e ) : void

Private Methods

Méthode Description
ChangeViewVisibility ( Control oldView, Control newView ) : void
GetDefaultView ( ) : Control
ShowCurrentView ( ) : void
UpdateViewDates ( ) : void

Method Details

CreateDayView() protected méthode

protected CreateDayView ( ) : void
Résultat void

CreateMonthView() protected méthode

protected CreateMonthView ( ) : void
Résultat void

FAMultiView() public méthode

Creates a new instance of FAMultiView
public FAMultiView ( ) : System
Résultat System

OnResize() protected méthode

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

OnSelectedDateTimeChanged() protected méthode

protected OnSelectedDateTimeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnThemeChanged() protected méthode

protected OnThemeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

ShowDayView() public méthode

Switches to Day view
public ShowDayView ( ) : void
Résultat void

ShowMonthView() public méthode

Switches to Month view
public ShowMonthView ( ) : void
Résultat void

Property Details

dayView protected_oe property

protected FADayView,FarsiLibrary.Win.Controls dayView
Résultat FADayView

monthView protected_oe property

protected FAMonthView,FarsiLibrary.Win.Controls monthView
Résultat FAMonthView