DragDropInfo Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | AllowedEffects | Gets the drag and drop effects allowed by the source. |
![]() | Data | Gets the IDataObject of the drag and drop operation. |
![]() | IsInternal | Determines whether the drag and drop operation has been initiated from within the editor. |
![]() | KeyStates | Gets the state of the keyboard during the operation. |
![]() | Location | Gets the location of the cursor relative to the left top corner of the text view. |
![]() | Source | Gets the object that initiated the drag and drop operation. |
![]() | VirtualBufferPosition | Gets the buffer position of the cursor during the drag and drop operation. |
Show:
