DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / DoDragDrop Method






    DoDragDrop Method (DicomViewer)
    Syntax
    'Declaration
     
    
    <System.Security.Permissions.UIPermissionAttribute(UIPermissionClipboard.OwnClipboard)>
    Public Function DoDragDrop( _
       ByVal data As System.Object, _
       ByVal allowedEffects As System.Windows.Forms.DragDropEffects _
    ) As System.Windows.Forms.DragDropEffects
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim data As System.Object
    Dim allowedEffects As System.Windows.Forms.DragDropEffects
    Dim value As System.Windows.Forms.DragDropEffects
     
    value = instance.DoDragDrop(data, allowedEffects)

    Parameters

    data
    allowedEffects
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also