C# Class FarsiLibrary.Win.Controls.FAMultiView

Inheritance: FarsiLibrary.Win.BaseClasses.BaseDateControl
Show file Open project: HEskandari/FarsiLibrary

Protected Properties

Property Type Description
dayView FADayView
monthView FAMonthView

Private Properties

Property Type Description
ChangeViewVisibility void
GetDefaultView System.Windows.Forms.Control
ShowCurrentView void
UpdateViewDates void

Public Methods

Method Description
FAMultiView ( ) : System

Creates a new instance of FAMultiView

ShowDayView ( ) : void

Switches to Day view

ShowMonthView ( ) : void

Switches to Month view

Protected Methods

Method Description
CreateDayView ( ) : void
CreateMonthView ( ) : void
OnResize ( EventArgs e ) : void

Executed when control is resized.

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

Private Methods

Method Description
ChangeViewVisibility ( Control oldView, Control newView ) : void
GetDefaultView ( ) : Control
ShowCurrentView ( ) : void
UpdateViewDates ( ) : void

Method Details

CreateDayView() protected method

protected CreateDayView ( ) : void
return void

CreateMonthView() protected method

protected CreateMonthView ( ) : void
return void

FAMultiView() public method

Creates a new instance of FAMultiView
public FAMultiView ( ) : System
return System

OnResize() protected method

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

OnSelectedDateTimeChanged() protected method

protected OnSelectedDateTimeChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnThemeChanged() protected method

protected OnThemeChanged ( EventArgs e ) : void
e System.EventArgs
return void

ShowDayView() public method

Switches to Day view
public ShowDayView ( ) : void
return void

ShowMonthView() public method

Switches to Month view
public ShowMonthView ( ) : void
return void

Property Details

dayView protected property

protected FADayView,FarsiLibrary.Win.Controls dayView
return FADayView

monthView protected property

protected FAMonthView,FarsiLibrary.Win.Controls monthView
return FAMonthView