PowerTools CalendarGrid for Windows Forms 1.0J
CalendarMouseGesture 列挙体

すべてのマウスジェスチャーを定義します。
構文
Public Enum CalendarMouseGesture 
   Inherits System.Enum
public enum CalendarMouseGesture : System.Enum 
メンバ
メンバ解説
CtrlWheel[Ctrl]キーを押しながらマウスをクリックするジェスチャー。
Wheelマウスホイールを回すジェスチャー。
解説
ICalendarGridAction は、GcCalendarGrid コントロールによって実行される操作です。通常、ICalendarGridAction をジェスチャーと組み合わせて CalendarGridCommand を生成できます。ジェスチャーが System.Windows.Forms.Keys の場合は CalendarGridKeyboardCommand が生成され、該当するキーを押すとその ICalendarGridActionGcCalendarGrid コントロールによって自動的に実行されます。ジェスチャーが CalendarMouseGesture の場合は CalendarGridMouseCommand が生成され、該当するマウス操作を行うとその ICalendarGridAction が実行されます。ジェスチャーがタッチデバイスの CalendarTouchGesture の場合は CalendarGridTouchCommand が生成され、該当する CalendarTouchGesture を行うとその ICalendarGridActionGcCalendarGrid コントロールによって自動的に実行されます。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.CalendarGrid.CalendarMouseGesture

参照

GrapeCity.Win.CalendarGrid 名前空間
CalendarGridCommand クラス
CalendarGridKeyboardCommand クラス
CalendarTouchGesture 列挙体
CalendarMouseGesture 列挙体
CalendarGridMouseCommand クラス
CalendarGridTouchCommand クラス

 

 


© 2014 GrapeCity inc. All rights reserved.