DragAndDropVerb Enumeration
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