SubTarget Constructor | Constructor. |
BoundingRect | Gets the bounding rectangle of the target. |
ParentTarget | Gets the parent target of this one. |
Type | Gets the type of the target. |
CanDrop | Tests whether an object can be dropped on this item at the specified point. |
CanStartDrag | Tests whether a drag is allowed from this item at the specified point. |
ContainsPoint | Tests whether this target contains a specified point. |
DragCancelled | Called when the drag is finished without dropping. |
DragEnter | Called when an object is dragged into the target. |
DragExit | Called when an object is dragged out of the target. |
DragOver | Called when an object is dragged within the target. |
Drop | Called when an object is dropped on the target. |
DropCancelled | Called the drop is cancelled over this target. |
Dropped | Called when the object is successfully dropped. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
StartDrag | Called when a drag is starting. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |