DragStartingEventArgs.DragUI Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the visual representation of the data being dragged.
public:
property DragUI ^ DragUI { DragUI ^ get(); };
DragUI DragUI();
public DragUI DragUI { get; }
var dragUI = dragStartingEventArgs.dragUI;
Public ReadOnly Property DragUI As DragUI
Property Value
The visual representation of the data being dragged.