RadControls for WinForms

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
bool DragOver(
	Point currentMouseLocation,
	ISupportDrag dragObject
)
Visual Basic
Function DragOver ( _
	currentMouseLocation As Point, _
	dragObject As ISupportDrag _
) As Boolean

Parameters

currentMouseLocation
Type: System.Drawing..::..Point
The current position of the mouse cursor
dragObject
Type: Telerik.WinControls..::..ISupportDrag
An instance of the IDraggable which is dragged over the specified target.

Return Value

True if the operation finished successfully, otherwise false.

See Also