ComponentOne DockControl for WPF and Silverlight
SetDrag Method

C1.WPF.Docking Namespace > C1DockTabControl Class : SetDrag Method
Sets the value of the attached Drag property.
Syntax
'Declaration
 
Public Shared Sub SetDrag( _
   ByVal element As System.Windows.UIElement, _
   ByVal value As C1DockTabControl _
) 
public static void SetDrag( 
   System.Windows.UIElement element,
   C1DockTabControl value
)

Parameters

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

Reference

C1DockTabControl Class
C1DockTabControl Members