ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockPicker Class
Members

In This Topic
    C1DockPicker Class
    In This Topic
    An overlay that appears over C1DockTabControl instances when the user is dragging a C1DockTabControl or C1DockTabItem. Override the style with the OuterPickerStyle and InnerPickerStyle properties.
    Object Model
    C1DockPicker Class
    Syntax
    'Declaration
     
    Public Class C1DockPicker 
       Inherits System.Windows.Controls.Control
    public class C1DockPicker : System.Windows.Controls.Control 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Docking.C1DockPicker
                            C1.WPF.Docking.C1DockInnerPicker
                            C1.WPF.Docking.C1DockOuterPicker

    See Also