ArcFM Solution Developer Guide
DoDragDrop Method (WorkLocationProps)


Syntax
'Declaration
 
<System.Security.Permissions.UIPermissionAttribute(Window=UIPermissionWindow.NoWindows, 
   Clipboard=UIPermissionClipboard.OwnClipboard, 
   Action=SecurityAction.Demand, 
   Unrestricted=False)>
Public Function DoDragDrop( _
   ByVal data As System.Object, _
   ByVal allowedEffects As System.Windows.Forms.DragDropEffects _
) As System.Windows.Forms.DragDropEffects
'Usage
 
Dim instance As WorkLocationProps
Dim data As System.Object
Dim allowedEffects As System.Windows.Forms.DragDropEffects
Dim value As System.Windows.Forms.DragDropEffects
 
value = instance.DoDragDrop(data, allowedEffects)
[System.Security.Permissions.UIPermission(Window=UIPermissionWindow.NoWindows, 
   Clipboard=UIPermissionClipboard.OwnClipboard, 
   Action=SecurityAction.Demand, 
   Unrestricted=false)]
public System.Windows.Forms.DragDropEffects DoDragDrop( 
   System.object data,
   System.Windows.Forms.DragDropEffects allowedEffects
)

Parameters

data
allowedEffects
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

WorkLocationProps Class
WorkLocationProps Members

 

 


Send Comment