ClassRadPageViewInDockDragDropService
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadPageViewInDockDragDropService : RadPageViewDragDropService, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IMessageListener
Inheritance: objectDisposableObjectRadObjectRadServiceRadDragDropServiceRadPageViewDragDropServiceRadPageViewInDockDragDropService
Implements:
Inherited Members
Constructors
RadPageViewInDockDragDropService(RadPageViewElement)
Declaration
cs-api-definition
public RadPageViewInDockDragDropService(RadPageViewElement owner)
Parameters
owner
Fields
Properties
AvailableAtDesignTime
Determines whether the service is available at design-time. False by default.
Declaration
cs-api-definition
public override bool AvailableAtDesignTime { get; }
Property Value
Overrides
Methods
HandleMouseMove(Point)
Declaration
cs-api-definition
protected override void HandleMouseMove(Point mousePos)
Parameters
mousePos
Overrides
PerformStart()
Performs the core Start logic.
Declaration
cs-api-definition
protected override void PerformStart()
Overrides
UpdateCursor(Point)
Declaration
cs-api-definition
protected virtual void UpdateCursor(Point mousePos)
Parameters
mousePos