C# 클래스 WinRTXamlToolkit.Controls.Primitives.CalendarItem

상속: Windows.UI.Xaml.Controls.Control
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddSelection void
Cell_Click void
Cell_MouseLeftButtonDown void
Cell_PointerEntered void
Cell_PointerExited void
Cell_PointerReleased void
HeaderButton_Click void
MonthView_PointerExited void
Month_CalendarButtonMouseDown void
Month_CalendarButtonMouseUp void
Month_PointerEntered void
Month_PointerExited void
NextButton_Click void
PopulateGrids void
PreviousButton_Click void
PreviousMonthDays int
SetButtonState void
SetCalendarDayButtons void
SetDayTitles void
SetDecadeModeHeaderButton void
SetDecadeModeNextButton void
SetDecadeModePreviousButton void
SetMonthButtonsForYearMode void
SetMonthModeHeaderButton void
SetMonthModeNextButton void
SetMonthModePreviousButton void
SetYearButtons void
SetYearModeHeaderButton void
SetYearModeNextButton void
SetYearModePreviousButton void
UpdateDecadeMode void
UpdateDisabledGrid void
UpdateMonthMode void
UpdateYearMode void
UpdateYearViewSelection void
YearView_PointerExited void

공개 메소드들

메소드 설명
CalendarItem ( ) : System

Initializes a new instance of the T:WinRTXamlToolkit.Controls.Primitives.CalendarItem class.

보호된 메소드들

메소드 설명
OnApplyTemplate ( ) : void

Builds the visual tree for the T:WinRTXamlToolkit.Controls.Primitives.CalendarItem when a new template is applied.

비공개 메소드들

메소드 설명
AddSelection ( CalendarDayButton b ) : void

Inherited code: Requires comment.

Cell_Click ( object sender, RoutedEventArgs e ) : void

Inherited code: Requires comment.

Cell_MouseLeftButtonDown ( object sender, PointerRoutedEventArgs e ) : void

Inherited code: Requires comment.

Cell_PointerEntered ( object sender, PointerRoutedEventArgs pointerRoutedEventArgs ) : void

Inherited code: Requires comment.

Cell_PointerExited ( object sender, PointerRoutedEventArgs pointerRoutedEventArgs ) : void

Inherited code: Requires comment.

Cell_PointerReleased ( object sender, PointerRoutedEventArgs e ) : void

Inherited code: Requires comment.

HeaderButton_Click ( object sender, RoutedEventArgs e ) : void

Inherited code: Requires comment.

MonthView_PointerExited ( object sender, PointerRoutedEventArgs pointerRoutedEventArgs ) : void

Inherited code: Requires comment.

Month_CalendarButtonMouseDown ( object sender, PointerRoutedEventArgs e ) : void

Inherited code: Requires comment.

Month_CalendarButtonMouseUp ( object sender, PointerRoutedEventArgs e ) : void

Inherited code: Requires comment.

Month_PointerEntered ( object sender, PointerRoutedEventArgs pointerRoutedEventArgs ) : void

Inherited code: Requires comment.

Month_PointerExited ( object sender, PointerRoutedEventArgs pointerRoutedEventArgs ) : void

Inherited code: Requires comment.

NextButton_Click ( object sender, RoutedEventArgs e ) : void

Inherited code: Requires comment.

PopulateGrids ( ) : void

Inherited code: Requires comment.

PreviousButton_Click ( object sender, RoutedEventArgs e ) : void

Inherited code: Requires comment.

PreviousMonthDays ( System.DateTime firstOfMonth ) : int

How many days of the previous month need to be displayed.

SetButtonState ( CalendarDayButton childButton, System.DateTime dateToAdd ) : void

Inherited code: Requires comment.

SetCalendarDayButtons ( System.DateTime firstDayOfMonth ) : void

Inherited code: Requires comment.

SetDayTitles ( ) : void

Inherited code: Requires comment.

SetDecadeModeHeaderButton ( int decade, int decadeEnd ) : void

Inherited code: Requires comment.

SetDecadeModeNextButton ( int decadeEnd ) : void

Inherited code: Requires comment.

SetDecadeModePreviousButton ( int decade ) : void

Inherited code: Requires comment.

SetMonthButtonsForYearMode ( ) : void

Inherited code: Requires comment.

SetMonthModeHeaderButton ( ) : void

Inherited code: Requires comment.

SetMonthModeNextButton ( System.DateTime firstDayOfMonth ) : void

Inherited code: Requires comment.

SetMonthModePreviousButton ( System.DateTime firstDayOfMonth ) : void

Inherited code: Requires comment.

SetYearButtons ( int decade, int decadeEnd ) : void

Inherited code: Requires comment.

SetYearModeHeaderButton ( ) : void

Inherited code: Requires comment.

SetYearModeNextButton ( ) : void

Inherited code: Requires comment.

SetYearModePreviousButton ( ) : void

Inherited code: Requires comment.

UpdateDecadeMode ( ) : void

Inherited code: Requires comment.

UpdateDisabledGrid ( bool isEnabled ) : void

Inherited code: Requires comment.

UpdateMonthMode ( ) : void

Inherited code: Requires comment.

UpdateYearMode ( ) : void

Inherited code: Requires comment.

UpdateYearViewSelection ( CalendarButton calendarButton ) : void

Inherited code: Requires comment.

YearView_PointerExited ( object sender, PointerRoutedEventArgs e ) : void

Inherited code: Requires comment.

메소드 상세

CalendarItem() 공개 메소드

Initializes a new instance of the T:WinRTXamlToolkit.Controls.Primitives.CalendarItem class.
public CalendarItem ( ) : System
리턴 System

OnApplyTemplate() 보호된 메소드

Builds the visual tree for the T:WinRTXamlToolkit.Controls.Primitives.CalendarItem when a new template is applied.
protected OnApplyTemplate ( ) : void
리턴 void