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.
Specifies the types of default actions to perform on the destination of a drag and drop operation.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public enum DragAndDropVerb
public enum class DragAndDropVerb
type DragAndDropVerb
Public Enumeration DragAndDropVerb
Members
Member name | Description | |
---|---|---|
CopyHere | Copy the item here. |
|
MoveHere | Move the item here. |
See Also
Microsoft.ManagementConsole Namespace
Return to top