Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDragDrop Class / RequestDragDrop Method


In This Topic
    RequestDragDrop Method
    In This Topic
    Requests an asyncrhonous drag and drop operation, that starts at earliest application possibility. The DnD operation is associated with the associated with the specified drag drop source and data object.
    Syntax
    'Declaration
     
    
    Public Shared Function RequestDragDrop( _
       ByVal dragDropSource As NDragDropSource, _
       ByVal dataObject As NDataObject _
    ) As System.Boolean
    'Usage
     
    
    Dim dragDropSource As NDragDropSource
    Dim dataObject As NDataObject
    Dim value As System.Boolean
     
    value = NDragDrop.RequestDragDrop(dragDropSource, dataObject)
    public static System.bool RequestDragDrop( 
       NDragDropSource dragDropSource,
       NDataObject dataObject
    )

    Parameters

    dragDropSource
    dataObject
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also