[]
        
(Showing Draft Content)

C1.WPF.Docking.C1DockPicker

C1DockPicker Class

An overlay that appears over C1.Xaml.Docking.C1DockTabControl instances when the user is dragging a C1.Xaml.Docking.C1DockTabControl or C1.Xaml.Docking.C1DockTabItem.

Namespace: C1.WPF.Docking
Assembly: C1.WPF.Docking.dll
Syntax
public class C1DockPicker : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable

Constructors

Name Description
C1DockPicker()

Initializes a new instance of the C1DockPicker class.

Fields

Name Description
PickerStateProperty

Identifies the PickerState dependency property.

_parts

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

PickerState

Gets or sets the last result of raising the PickerLoading event. Forward the value to the picker parts so that they hide appropriately.

Methods

Name Description
Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the C1DockPicker class.

OnApplyTemplate()