Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / PanelDragEventArgs Class / DragInfo Property


In This Topic
    DragInfo Property (PanelDragEventArgs)
    In This Topic
    Gets the drag information for this event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DragInfo As NDockingPanelDragInfo
    'Usage
     
    
    Dim instance As PanelDragEventArgs
    Dim value As NDockingPanelDragInfo
     
    value = instance.DragInfo
    public NDockingPanelDragInfo DragInfo {get;}
    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