DragStartingEventArgs.DragUI Property

Definition

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.

Remarks

Applies to

See also