DragDrop Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Client.DragDrop

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Class DragDrop
public class DragDrop
public ref class DragDrop
type DragDrop =  class end
public class DragDrop

The DragDrop type exposes the following members.

Constructors

  Name Description
Public method DragDrop

Top

Attached Properties

  Name Description
Public attached property ContinueDragEventHandling
Public attached property DragDropTemplate
Public attached property DragSourceFormat
Public attached property DragSourceMoveCommand
Public attached property DropSourceFormat
Public attached property DropTargetFormats
Public attached property DropTargetMoveCommand
Public attached property DropTargetTemplate

Top

Methods

  Name Description
Protected method DragSourceFormatChangedInternal
Protected method DropTargetFormatsChangedInternal
Protected method DropTargetTemplateChangedInternal
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodStatic member GetContinueDragEventHandling
Public methodStatic member GetDragDropTemplate
Public methodStatic member GetDragSourceFormat
Public methodStatic member GetDragSourceMoveCommand
Public methodStatic member GetDropSourceFormat
Public methodStatic member GetDropTargetFormats
Public methodStatic member GetDropTargetMoveCommand
Public methodStatic member GetDropTargetTemplate
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic member SetContinueDragEventHandling
Public methodStatic member SetDragDropTemplate
Public methodStatic member SetDragSourceFormat
Public methodStatic member SetDragSourceMoveCommand
Protected methodStatic member SetDropSourceFormat
Public methodStatic member SetDropTargetFormats
Public methodStatic member SetDropTargetMoveCommand
Public methodStatic member SetDropTargetTemplate
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member ContinueDragEventHandlingProperty Allows processing of external drag event handlers after the Preview events.
Public fieldStatic member DragDropTemplateProperty
Public fieldStatic member DragSourceFormatProperty
Public fieldStatic member DragSourceMoveCommandProperty
Public fieldStatic member DropSourceFormatProperty
Public fieldStatic member DropTargetFormatsProperty
Public fieldStatic member DropTargetMoveCommandProperty
Public fieldStatic member DropTargetTemplateProperty Allows the drop target to specify a template, whereas DragDropTemplate is specified by the drag source.
Protected fieldStatic member m_instance

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Client Namespace