Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default drag-and-drop operation to be performed when a data object is dropped on this node.
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 default drag-and-drop operation to be performed.
See Also
ScopeNode Class
Microsoft.ManagementConsole Namespace
Return to top