Class TileDragDropService
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TileDragDropService : RadDragDropService, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IMessageListener
Constructors
TileDragDropService(RadPanoramaElement)
Declaration
public TileDragDropService(RadPanoramaElement owner)
Parameters
Rad
|
Properties
AutoScrollOffset
Gets or sets the offset from the edges of the control at which automatic scrolling starts.
Declaration
public int AutoScrollOffset { get; set; }
Property Value
System.
|
Methods
CanPlaceElementAtPosition(Int32, Int32, Int32, Int32)
Declaration
protected virtual bool CanPlaceElementAtPosition(int rowIndex, int columnIndex, int colSpan, int rowSpan)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
CanStart(Object)
Declaration
protected override bool CanStart(object context)
Parameters
System.
|
Returns
System.
|
Overrides
GetCellAtPoint(TileGroupElement, Point)
Declaration
protected virtual Point GetCellAtPoint(TileGroupElement group, Point location)
Parameters
Tile
|
System.
|
Returns
System.
|
GetCellCoordinates(Int32, Int32)
Declaration
protected PointF GetCellCoordinates(int rowIndex, int columnIndex)
Parameters
System.
|
System.
|
Returns
System.
|
GetCellCoordinates(TileGroupElement, Int32, Int32)
Declaration
protected PointF GetCellCoordinates(TileGroupElement group, int rowIndex, int columnIndex)
Parameters
Tile
|
System.
|
System.
|
Returns
System.
|
GetDropTarget(Point, out Point)
Declaration
protected override ISupportDrop GetDropTarget(Point mousePosition, out Point resultDropLocation)
Parameters
System.
|
System.
|
Returns
Overrides
GetTargetCell(RadTileElement, Point)
Declaration
protected virtual Point GetTargetCell(RadTileElement source, Point location)
Parameters
Rad
|
System.
|
Returns
System.
|
GetTargetCell(TileGroupElement, Point)
Declaration
protected virtual Point GetTargetCell(TileGroupElement group, Point dropLocation)
Parameters
Tile
|
System.
|
Returns
System.
|
GetTargetGroup(RectangleF)
Declaration
protected virtual TileGroupElement GetTargetGroup(RectangleF tileRectangle)
Parameters
System.
|
Returns
HandleGroupedDragDrop(RadDropEventArgs)
Declaration
protected virtual void HandleGroupedDragDrop(RadDropEventArgs e)
Parameters
HandleMouseMove(Point)
Declaration
protected override void HandleMouseMove(Point mousePos)
Parameters
System.
|
Overrides
HandleUngroupedDragDrop(RadDropEventArgs)
Declaration
protected virtual void HandleUngroupedDragDrop(RadDropEventArgs e)
Parameters
IsDropTargetValid(ISupportDrop)
Declaration
protected override bool IsDropTargetValid(ISupportDrop dropTarget)
Parameters
ISupport
|
Returns
System.
|
Overrides
OffsetHoveredTile(Point)
Declaration
protected bool OffsetHoveredTile(Point clientPoint)
Parameters
System.
|
Returns
System.
|
OnPreviewDragDrop(RadDropEventArgs)
Declaration
protected override void OnPreviewDragDrop(RadDropEventArgs e)
Parameters
Overrides
OnScrollTimerTick()
Declaration
protected virtual void OnScrollTimerTick()
PerformStop()
PrepareContext()
Declaration
protected override bool PrepareContext()
Returns
System.
|