FlexPivot for WinForms
DragModeEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : DragModeEnum 列挙体
Specifies the behavior of the control as an OLE drag-drop source.
シンタックス
'宣言
 
Public Enum DragModeEnum 
   Inherits System.Enum
public enum DragModeEnum : System.Enum 
メンバ
メンバ解説
AutomaticThe control provides automatic dragging of data. If the mouse hovers near the edges of the selected range, the cursor will change and allow the user to move or copy data (pressing the CTRL key to copy).
AutomaticCopySame as Automatic, except the data is always copied (never moved).
AutomaticMoveSame as Automatic, except the data is always moved (never copied).
ManualThe control does not provide any drag support. The caller can still initiate drag-drop operations using the System.Windows.Forms.Control.DoDragDrop(System.Object,System.Windows.Forms.DragDropEffects) method.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.DragModeEnum

参照

C1.Win.C1FlexGrid 名前空間