C# 클래스 FarsiLibrary.Win.Controls.FAMonthViewContainer

상속: FarsiLibrary.Win.FAPopup.FAPopupContainer, IPopupControl
파일 보기 프로젝트 열기: HEskandari/FarsiLibrary 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HideCalendar void
ShowCalendar void

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
CalendarChanged ( bool makeVisible ) : void
Dispose ( bool disposing ) : void

Disposes the control.

OnRightToLeftChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
HideCalendar ( ) : void
ShowCalendar ( ) : void

메소드 상세

AllowMouseClick() 공개 메소드

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

CalendarChanged() 보호된 메소드

protected CalendarChanged ( bool makeVisible ) : void
makeVisible bool
리턴 void

ClosePopup() 공개 메소드

Closes the Popup window.
public ClosePopup ( ) : void
리턴 void

Dispose() 보호된 메소드

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

FAMonthViewContainer() 공개 메소드

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

FAMonthViewContainer() 공개 메소드

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

OnRightToLeftChanged() 보호된 메소드

protected OnRightToLeftChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

ShowCalendar() 공개 메소드

public ShowCalendar ( Point position ) : void
position Point
리턴 void

ShowPopup() 공개 메소드

Shows the Popup window.
public ShowPopup ( ) : void
리턴 void