Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingView Class / DoDragDrop Method / DoDragDrop(NNodeList,DragDropEffects) Method


In This Topic
    DoDragDrop(NNodeList,DragDropEffects) Method
    In This Topic
    Starts a drag and drop operation with the specified elements
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function DoDragDrop( _
       ByVal elements As NNodeList, _
       ByRef effects As System.Windows.Forms.DragDropEffects _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDrawingView
    Dim elements As NNodeList
    Dim effects As System.Windows.Forms.DragDropEffects
    Dim value As System.Boolean
     
    value = instance.DoDragDrop(elements, effects)
    public override System.bool DoDragDrop( 
       NNodeList elements,
       ref System.Windows.Forms.DragDropEffects effects
    )

    Parameters

    elements
    effects
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also