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

In This Topic
    INDraggableControl Interface Members
    In This Topic

    The following tables list the members exposed by INDraggableControl.

    Public Properties
     NameDescription
     PropertyGets or sets a value whether the control might be dragged.  
     PropertyGets or sets the INDragHandler instance to be used from this control.  
     PropertyGets the object containing information about the current drag operation.  
     PropertyGets the size of this instance while being dragged.  
     PropertyGets a value whether the control is currently being dragged.  
    Top
    Public Methods
     NameDescription
     MethodExamines the provided mouse event arguments and checks whether a drag operation can begin.  
     MethodDetermines whether the control is draggable.  
     MethodEnds running drag operation.  
     MethodUpdates the drag info during drag operation.  
    Top
    See Also