KeyActionMappings プロパティは、押された CurrentState と修飾キー (Shift、CtrlおよびAlt) に基づいて、Infragistics.Win.UltraWinSchedule.MonthViewMulti.MonthViewMultiAction が特定の Keypress に関連付けられるかどうかを決定する Infragistics.Win.UltraWinSchedule.MonthViewMulti.KeyActionMapping オブジェクトのコレクションを返します。
次の表は、UltraMonthViewMulti コントロールのデフォルトのキーマッピングをリストしたものです。
KeyCode | ActionCode | StateRequired | StateDisallowed | SpecialKeysRequired | SpecialKeysDisallowed |
---|---|---|---|---|---|
左 | PreviousDay | ActiveDay, VisibleMonths | AltCtrl | ||
右 | NextDay | ActiveDay, VisibleMonths | AltCtrl | ||
左 | PreviousDayKeepSelection | ActiveDay, VisibleMonths | Ctrl | Alt | |
右 | NextDayKeepSelection | ActiveDay, VisibleMonths | Ctrl | Alt | |
Up | SameDayInPreviousWeek | ActiveDay, VisibleMonths | AltCtrl | ||
Down | SameDayInNextWeek | ActiveDay, VisibleMonths | AltCtrl | ||
Up | SameDayInPreviousWeekKeepSelection | ActiveDay, VisibleMonths | Ctrl | Alt | |
Down | SameDayInNextWeekKeepSelection | ActiveDay, VisibleMonths | Ctrl | Alt | |
Up | ScrollPrevious | VisibleMonths | Alt | Shift | |
Down | ScrollNext | VisibleMonths | Alt | Shift | |
Home | FirstVisibleDayOfWeek | ActiveDay, VisibleMonths | AltCtrl | ||
End | LastVisibleDayOfWeek | ActiveDay, VisibleMonths | AltCtrl | ||
Home | FirstVisibleDayOfWeekKeepSelection | ActiveDay, VisibleMonths | Ctrl | Alt | |
End | LastVisibleDayOfWeekKeepSelection | ActiveDay, VisibleMonths | Ctrl | Alt | |
Home | FirstDayOfMonth | ActiveDay, VisibleMonths | Alt | Ctrl | |
End | LastDayOfMonth | ActiveDay, VisibleMonths | Alt | Ctrl | |
Home | FirstDayOfMonthKeepSelection | ActiveDay, VisibleMonths | AltCtrl | ||
End | LastDayOfMonthKeepSelection | ActiveDay, VisibleMonths | AltCtrl | ||
Prior | SameDayInPreviousMonth | ActiveDay, VisibleMonths | AltCtrl | ||
Next | SameDayInNextMonth | ActiveDay, VisibleMonths | AltCtrl | ||
Prior | SameDayInPreviousMonthKeepSelection | ActiveDay, VisibleMonths | Ctrl | Alt | |
Next | SameDayInNextMonthKeepSelection | ActiveDay, VisibleMonths | Ctrl | Alt | |
Prior | FirstVisibleDay | ActiveDay, VisibleMonths | Alt | ||
Next | LastVisibleDay | ActiveDay, VisibleMonths | Alt | ||
Prior | FirstVisibleDayKeepSelection | ActiveDay, VisibleMonths | AltCtrl | ||
Next | LastVisibleDayKeepSelection | ActiveDay, VisibleMonths | AltCtrl | ||
Tab | PreviousControl | Shift | AltCtrl | ||
Tab | NextControl | すべて | |||
Space | ToggleDaySelection | ActiveDay, VisibleMonths | Ctrl | Alt | |
Esc | CloseMonthPopup | MonthPopupDisplayed | すべて |