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 | |
---|---|---|
AllowDrop | Gets or sets a value indicating whether the designer can accept data that the user drags onto it. | |
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. | |
GetDragDropAnchorPoint | Retrieves the anchor point for a drag-and-drop operation. | |
GetDragDropCompletedEffects | Retrieves the desired effects of the completion of a drag-and-drop operation. | |
GetDraggedModelItem | Retrieves the object that is being dragged in a drag-and-drop operation. | |
GetDroppedObject | Retrieves the object that is being dropped in a drag-and-drop operation. | |
GetSourceContainer | Overloaded. Retrieves the source container. | |
SetDragDropCompletedEffects | Sets the final effect that is to be performed during the drag-and-drop operation. | |
SetSourceContainer | Sets the source container for the UI element being dragged. |
Top
Fields
Name | Description | |
---|---|---|
CompletedEffectsFormat | Specifies the desired effects of the completion of a drag-and-drop operation. | |
DragAnchorPointFormat | Specifies the format for a drag operation anchor point. | |
DragSourceProperty | Specifies the drag source. | |
ModelItemDataFormat | Specifies the format for model item data. | |
SourceContainerFormat | Specifies the format for a source container. | |
WorkflowItemTypeNameFormat | Specifies the format for the type name of a workflow item. |
Top