DropTargetFeedback Class
Visual Studio 2015
Provides the means of drawing drag feedback using ghost shapes.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | DropTargetFeedback(DiagramClientView^) | Initializes a new instance of the DropTargetFeedback class. |
| Name | Description | |
|---|---|---|
![]() | BoundingBox | Gets or sets the current bounding box encompassing the drag feedback. |
![]() | HasActiveFeedback | Gets a value indicating whether this object has drag feedback to draw. |
| Name | Description | |
|---|---|---|
![]() | Draw(Graphics^, Diagram^) | Draws the drag feedback. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Erase() | Erases the current feedback. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | UpdateFeedback(GhostShapeCollection^) | Sets drag feedback information |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


