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

In This Topic
    GetDrag Method (C1DockTabControl)
    In This Topic
    Gets the value of the attached Drag property.
    Syntax
    'Declaration
     
    Public Shared Function GetDrag( _
       ByVal element As UIElement _
    ) As C1DockTabControl
    public static C1DockTabControl GetDrag( 
       UIElement element
    )

    Parameters

    element
    See Also