ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabControl Class / SetDrag Method

In This Topic
    SetDrag Method (C1DockTabControl)
    In This Topic
    Sets the value of the attached Drag property.
    Syntax
    'Declaration
     
    Public Shared Sub SetDrag( _
       ByVal element As UIElement, _
       ByVal value As C1DockTabControl _
    ) 
    public static void SetDrag( 
       UIElement element,
       C1DockTabControl value
    )

    Parameters

    element
    value
    Remarks
    The UIElement becomes a drag handle to dock and move the C1DockTabControl.
    See Also