Class GridExcelLikeDragDropMouseController
Implements the datasource part of an OLE drag-and-drop operation in a grid control.
Inheritance
System.Object
GridExcelLikeDragDropMouseController
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridExcelLikeDragDropMouseController : IMouseController
Constructors
GridExcelLikeDragDropMouseController(GridControlBase)
Declaration
public GridExcelLikeDragDropMouseController(GridControlBase grid)
Parameters
Properties
Cursor
Declaration
public Cursor Cursor { get; set; }
Property Value
Type |
Description |
System.Windows.Input.Cursor |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
SupportsCancelMouseCapture
Declaration
public bool SupportsCancelMouseCapture { get; }
Property Value
Type |
Description |
System.Boolean |
|
SupportsMouseTracking
Declaration
public bool SupportsMouseTracking { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
CancelMode()
Declaration
EnableExcelLikeDragDrop(GridDragDropFlags)
Declaration
public bool EnableExcelLikeDragDrop(GridDragDropFlags flags)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public int HitTest(MouseControllerEventArgs e, IMouseController controller)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Declaration
public void MouseDown(MouseControllerEventArgs e)
Parameters
Declaration
public void MouseHover(MouseControllerEventArgs e)
Parameters
Declaration
public void MouseHoverEnter(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseEventArgs |
e |
|
Declaration
public void MouseHoverLeave(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseEventArgs |
e |
|
Declaration
public void MouseMove(MouseControllerEventArgs e)
Parameters
Declaration
public void MouseUp(MouseControllerEventArgs e)
Parameters
RestoreMode()
Declaration
public void RestoreMode()
Implements