FlexPivot for WinForms
DragMode プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : DragMode プロパティ
Gets or sets a value that determines if the user can drag data from the control.
シンタックス
'宣言
 
Public Property DragMode As DragModeEnum
public DragModeEnum DragMode {get; set;}
解説

This property allows you to use the control as a source for OLE drag-drop operations. If set to any of the automatic settings, the control provides the following services:

1) Detect when the mouse is near the edge of a selected cell or range and display the OLE drag cursor.

2) If the user clicks the mouse while the OLE drag cursor is displayed, initiate a drag operation with a data object containing the current selection.

In manual mode, the programmer is responsible for starting drag-drop operations using the System.Windows.Forms.Control.DoDragDrop(System.Object,System.Windows.Forms.DragDropEffects) method.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ