C# Class WinRTXamlToolkit.Controls.Primitives.CalendarItem

Inheritance: Windows.UI.Xaml.Controls.Control
Datei anzeigen Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
CalendarItem ( ) : System

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

Protected Methods

Method Description
OnApplyTemplate ( ) : void

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

Private Methods

Method Description
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.

Method Details

CalendarItem() public method

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

OnApplyTemplate() protected method

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