Ant Organisation Ltd documentation

SubTarget Members

SubTarget overview

Public Instance Constructors

SubTarget ConstructorConstructor.

Public Instance Properties

BoundingRectGets the bounding rectangle of the target.
ParentTargetGets the parent target of this one.
TypeGets the type of the target.

Public Instance Methods

CanDropTests whether an object can be dropped on this item at the specified point.
CanStartDragTests whether a drag is allowed from this item at the specified point.
ContainsPointTests whether this target contains a specified point.
DragCancelledCalled when the drag is finished without dropping.
DragEnterCalled when an object is dragged into the target.
DragExitCalled when an object is dragged out of the target.
DragOverCalled when an object is dragged within the target.
DropCalled when an object is dropped on the target.
DropCancelledCalled the drop is cancelled over this target.
DroppedCalled 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.
StartDragCalled when a drag is starting.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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.

See Also

SubTarget Class | Ant.Shared.Windows.DragDrop Namespace