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


In This Topic
    Dragging Property (NDragHandler)
    In This Topic
    Gets a value indicating whether there is currently an active drag operation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Dragging As System.Boolean
    'Usage
     
    
    Dim instance As NDragHandler
    Dim value As System.Boolean
     
    value = instance.Dragging
    public System.bool Dragging {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