Class LayoutControlDragDropService
A Rad
Inheritance
System.Object
LayoutControlDragDropService
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()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LayoutControlDragDropService : RadDragDropService, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IMessageListener
Constructors
LayoutControlDragDropService(RadLayoutControl, LayoutControlDraggableOverlay)
Declaration
public LayoutControlDragDropService(RadLayoutControl owner, LayoutControlDraggableOverlay overlay)
Parameters
Rad
|
Layout
|
Methods
HandleMouseMove(Point)
Declaration
protected override void HandleMouseMove(Point mousePos)
Parameters
System.
|
Overrides
HideDragHint()
Declaration
protected virtual void HideDragHint()
IsDropTargetValid(ISupportDrop)
Declaration
protected override bool IsDropTargetValid(ISupportDrop dropTarget)
Parameters
ISupport
|
Returns
System.
|
Overrides
OnPreviewDragDrop(RadDropEventArgs)
Declaration
protected override void OnPreviewDragDrop(RadDropEventArgs e)
Parameters
Overrides
OnPreviewDragOver(RadDragOverEventArgs)
Declaration
protected override void OnPreviewDragOver(RadDragOverEventArgs e)
Parameters
Overrides
PerformStart()
PerformStop()
UpdateDragHintLocation(Point)
Declaration
protected virtual void UpdateDragHintLocation(Point mousePosition)
Parameters
System.
|