DragDropInfo Properties

 

Namespace:   Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

NameDescription
System_CAPS_pubpropertyAllowedEffects

Gets the drag and drop effects allowed by the source.

System_CAPS_pubpropertyData

Gets the IDataObject of the drag and drop operation.

System_CAPS_pubpropertyIsInternal

Determines whether the drag and drop operation has been initiated from within the editor.

System_CAPS_pubpropertyKeyStates

Gets the state of the keyboard during the operation.

System_CAPS_pubpropertyLocation

Gets the location of the cursor relative to the left top corner of the text view.

System_CAPS_pubpropertySource

Gets the object that initiated the drag and drop operation.

System_CAPS_pubpropertyVirtualBufferPosition

Gets the buffer position of the cursor during the drag and drop operation.

Return to top
Show: