Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDragHandler Class / DraggedControl Property


In This Topic
    DraggedControl Property (NDragHandler)
    In This Topic
    Gets the INDraggableControl instance which is currently being dragged.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DraggedControl As INDraggableControl
    'Usage
     
    
    Dim instance As NDragHandler
    Dim value As INDraggableControl
     
    value = instance.DraggedControl
    public INDraggableControl DraggedControl {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