Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / CalendarCommands Class
Members


In This Topic
    CalendarCommands Class
    In This Topic
    Provides a set of GcDropDownCalendar operations related commands.
    Object Model
    CalendarCommands Class
    Syntax
    'Declaration
     
    Public MustInherit NotInheritable Class CalendarCommands 
    'Usage
     
    Dim instance As CalendarCommands
    public static class CalendarCommands 
    Remarks

    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.

    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarCommands

    See Also