Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryView 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 nodes
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function DoDragDrop( _
       ByVal nodes As NNodeList, _
       ByRef effects As System.Windows.Forms.DragDropEffects _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NLibraryView
    Dim nodes As NNodeList
    Dim effects As System.Windows.Forms.DragDropEffects
    Dim value As System.Boolean
     
    value = instance.DoDragDrop(nodes, effects)
    public override System.bool DoDragDrop( 
       NNodeList nodes,
       ref System.Windows.Forms.DragDropEffects effects
    )

    Parameters

    nodes
    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