'Declaration Public MustInherit NotInheritable Class CalendarCommands
'Usage Dim instance As CalendarCommands
public static class CalendarCommands
'Declaration Public MustInherit NotInheritable Class CalendarCommands
'Usage Dim instance As CalendarCommands
public static class CalendarCommands
The commands in the CalendarCommands class are intended to represent a set of operation commands for user to navigate, select in control. The commands only represent the instance of the System.Windows.Input.RoutedUICommand and not the implementation logic for the command. The implementation logic is provided by the GrapeCity.Windows.InputMan.GcDropDownCalendar, which will handle these commands execution.
The following table shows the editing commands and the associated default key gestures (with key names from the Key and ModifierKeys enumerations).
Calendar Command | Default key gesture |
---|---|
Clear | F2 |
MoveToEnd | No default key gesture. |
MoveToNext | No default key gesture |
MoveToPrevious | No default key gesture |
MoveToStart | No default key gesture. |
MoveToToday | F5 |
ZoomIn | Ctrl+Down |
ZoomOut | Ctrl+Up |
All of the calendar commands ignore the command parameter.
System.Object
GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarCommands