C# Class FarsiLibrary.Win.Controls.FAMonthViewContainer

Inheritance: FarsiLibrary.Win.FAPopup.FAPopupContainer, IPopupControl
Afficher le fichier Open project: HEskandari/FarsiLibrary Class Usage Examples

Private Properties

Свойство Type Description
HideCalendar void
ShowCalendar void

Méthodes publiques

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

Méthodes protégées

Méthode Description
CalendarChanged ( bool makeVisible ) : void
Dispose ( bool disposing ) : void

Disposes the control.

OnRightToLeftChanged ( EventArgs e ) : void

Private Methods

Méthode Description
HideCalendar ( ) : void
ShowCalendar ( ) : void

Method Details

AllowMouseClick() public méthode

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

CalendarChanged() protected méthode

protected CalendarChanged ( bool makeVisible ) : void
makeVisible bool
Résultat void

ClosePopup() public méthode

Closes the Popup window.
public ClosePopup ( ) : void
Résultat void

Dispose() protected méthode

Disposes the control.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FAMonthViewContainer() public méthode

Creates a new instance of FAMonthViewContainer class.
public FAMonthViewContainer ( ) : System
Résultat System

FAMonthViewContainer() public méthode

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

OnRightToLeftChanged() protected méthode

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

ShowCalendar() public méthode

public ShowCalendar ( Point position ) : void
position Point
Résultat void

ShowPopup() public méthode

Shows the Popup window.
public ShowPopup ( ) : void
Résultat void