Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDragHandler Interface
Properties Methods

In This Topic
    INDragHandler Interface Members
    In This Topic

    The following tables list the members exposed by INDragHandler.

    Public Properties
     NameDescription
     PropertyGets the current INDraggableControl instance.  
     PropertyGets a value whether the handler is currently in a process of dragging.  
    Top
    Public Methods
     NameDescription
     MethodStarts dragging the specified control. The default processing installs a local modal message loop and filters messages which are not for the currently dragged instance.  
     MethodChecks whether  
     MethodEnds currently active drag operation.  
    Top
    See Also