C# Class FarsiLibrary.Win.Controls.FAMonthViewContainer

Inheritance: FarsiLibrary.Win.FAPopup.FAPopupContainer, IPopupControl
Mostra file Open project: HEskandari/FarsiLibrary Class Usage Examples

Private Properties

Property Type Description
HideCalendar void
ShowCalendar void

Public Methods

Method Description
AllowMouseClick ( Control control, Point mousePosition ) : bool

Is mouse clicks on the control allowed?

ClosePopup ( ) : void

Closes the Popup window.

FAMonthViewContainer ( ) : System

Creates a new instance of FAMonthViewContainer class.

FAMonthViewContainer ( Control ownerControl ) : System

Creates a new instance of FAMonthViewContainer which hosts a FAMonthView control in popup mode.

ShowCalendar ( Point position ) : void
ShowPopup ( ) : void

Shows the Popup window.

Protected Methods

Method Description
CalendarChanged ( bool makeVisible ) : void
Dispose ( bool disposing ) : void

Disposes the control.

OnRightToLeftChanged ( EventArgs e ) : void

Private Methods

Method Description
HideCalendar ( ) : void
ShowCalendar ( ) : void

Method Details

AllowMouseClick() public method

Is mouse clicks on the control allowed?
public AllowMouseClick ( Control control, Point mousePosition ) : bool
control System.Windows.Forms.Control
mousePosition Point
return bool

CalendarChanged() protected method

protected CalendarChanged ( bool makeVisible ) : void
makeVisible bool
return void

ClosePopup() public method

Closes the Popup window.
public ClosePopup ( ) : void
return void

Dispose() protected method

Disposes the control.
protected Dispose ( bool disposing ) : void
disposing bool
return void

FAMonthViewContainer() public method

Creates a new instance of FAMonthViewContainer class.
public FAMonthViewContainer ( ) : System
return System

FAMonthViewContainer() public method

Creates a new instance of FAMonthViewContainer which hosts a FAMonthView control in popup mode.
public FAMonthViewContainer ( Control ownerControl ) : System
ownerControl System.Windows.Forms.Control
return System

OnRightToLeftChanged() protected method

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

ShowCalendar() public method

public ShowCalendar ( Point position ) : void
position Point
return void

ShowPopup() public method

Shows the Popup window.
public ShowPopup ( ) : void
return void