Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDraggableControl Interface / CanBeginDrag Method
The mouse event arguments to examine.


In This Topic
    CanBeginDrag Method (INDraggableControl)
    In This Topic
    Examines the provided mouse event arguments and checks whether a drag operation can begin.
    Syntax
    'Declaration
     
    
    Function CanBeginDrag( _
       ByVal args As System.Windows.Forms.MouseEventArgs _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As INDraggableControl
    Dim args As System.Windows.Forms.MouseEventArgs
    Dim value As System.Boolean
     
    value = instance.CanBeginDrag(args)
    System.bool CanBeginDrag( 
       System.Windows.Forms.MouseEventArgs args
    )

    Parameters

    args
    The mouse event arguments to examine.
    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