SelectionData.DefaultDragAndDropVerb Property
Gets or sets the default verb to apply to a data object when dropped onto this selection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public DragAndDropVerb DefaultDragAndDropVerb { get; set; }
public:
property DragAndDropVerb DefaultDragAndDropVerb {
DragAndDropVerb get();
void set(DragAndDropVerb value);
}
member DefaultDragAndDropVerb : DragAndDropVerb with get, set
Public Property DefaultDragAndDropVerb As DragAndDropVerb
Property Value
Type: Microsoft.ManagementConsole.DragAndDropVerb
The verb to apply
See Also
SelectionData Class
Microsoft.ManagementConsole Namespace
Return to top