Share via


DragDropHelper Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a helper class to assist dragging and dropping inside the workflow designer.

The DragDropHelper type exposes the following members.

Methods

  Name Description
Public methodStatic member AllowDrop Gets or sets a value indicating whether the designer can accept data that the user drags onto it.
Public methodStatic member DoDragMove Allows a UI element to be dragged by a mouse with its left button down over an exposed area of the UI element’s client area.
Public methodStatic member GetDragDropAnchorPoint Retrieves the anchor point for a drag-and-drop operation.
Public methodStatic member GetDragDropCompletedEffects Retrieves the desired effects of the completion of a drag-and-drop operation.
Public methodStatic member GetDraggedModelItem Retrieves the object that is being dragged in a drag-and-drop operation.
Public methodStatic member GetDroppedObject Retrieves the object that is being dropped in a drag-and-drop operation.
Public methodStatic member GetSourceContainer Overloaded. Retrieves the source container.
Public methodStatic member SetDragDropCompletedEffects Sets the final effect that is to be performed during the drag-and-drop operation.
Public methodStatic member SetSourceContainer Sets the source container for the UI element being dragged.

Top

Fields

  Name Description
Public fieldStatic member CompletedEffectsFormat Specifies the desired effects of the completion of a drag-and-drop operation.
Public fieldStatic member DragAnchorPointFormat Specifies the format for a drag operation anchor point.
Public fieldStatic member DragSourceProperty Specifies the drag source.
Public fieldStatic member ModelItemDataFormat Specifies the format for model item data.
Public fieldStatic member SourceContainerFormat Specifies the format for a source container.
Public fieldStatic member WorkflowItemTypeNameFormat Specifies the format for the type name of a workflow item.

Top

See Also

Reference

DragDropHelper Class

System.Activities.Design Namespace