Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDragHandler Interface / DraggedControl Property


In This Topic
    DraggedControl Property (INDragHandler)
    In This Topic
    Gets the current INDraggableControl instance.
    Syntax
    'Declaration
     
    
    ReadOnly Property DraggedControl As INDraggableControl
    'Usage
     
    
    Dim instance As INDragHandler
    Dim value As INDraggableControl
     
    value = instance.DraggedControl
    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