Свойство | 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 |
Méthode | Description | |
---|---|---|
CalendarItem ( ) : System |
Initializes a new instance of the T:WinRTXamlToolkit.Controls.Primitives.CalendarItem class.
|
Méthode | Description | |
---|---|---|
OnApplyTemplate ( ) : void |
Builds the visual tree for the T:WinRTXamlToolkit.Controls.Primitives.CalendarItem when a new template is applied.
|
Méthode | Description | |
---|---|---|
AddSelection ( |
Inherited code: Requires comment.
|
|
Cell_Click ( object sender, |
Inherited code: Requires comment.
|
|
Cell_MouseLeftButtonDown ( object sender, |
Inherited code: Requires comment.
|
|
Cell_PointerEntered ( object sender, |
Inherited code: Requires comment.
|
|
Cell_PointerExited ( object sender, |
Inherited code: Requires comment.
|
|
Cell_PointerReleased ( object sender, |
Inherited code: Requires comment.
|
|
HeaderButton_Click ( object sender, |
Inherited code: Requires comment.
|
|
MonthView_PointerExited ( object sender, |
Inherited code: Requires comment.
|
|
Month_CalendarButtonMouseDown ( object sender, |
Inherited code: Requires comment.
|
|
Month_CalendarButtonMouseUp ( object sender, |
Inherited code: Requires comment.
|
|
Month_PointerEntered ( object sender, |
Inherited code: Requires comment.
|
|
Month_PointerExited ( object sender, |
Inherited code: Requires comment.
|
|
NextButton_Click ( object sender, |
Inherited code: Requires comment.
|
|
PopulateGrids ( ) : void |
Inherited code: Requires comment.
|
|
PreviousButton_Click ( object sender, |
Inherited code: Requires comment.
|
|
PreviousMonthDays ( System.DateTime firstOfMonth ) : int |
How many days of the previous month need to be displayed.
|
|
SetButtonState ( |
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 ( |
Inherited code: Requires comment.
|
|
YearView_PointerExited ( object sender, PointerRoutedEventArgs e ) : void |
Inherited code: Requires comment.
|