The C1DockControl type exposes the following members.

Constructors

  Name Description
Public method C1DockControl
Initializes a new instance of a C1DockControl.

Methods

  Name Description
Public method ApplyTemplate (Inherited from Control.)
Public method Arrange (Inherited from UIElement.)
Public method CaptureMouse (Inherited from UIElement.)
Public method CheckAccess (Inherited from DependencyObject.)
Public method Clean
Public method ClearValue (Inherited from DependencyObject.)
Public method DeferRefresh
Enters a defer cycle that you can delay DockControl automatic refresh.
Public method Equals (Inherited from Object.)
Public method FindName (Inherited from FrameworkElement.)
Public method Focus (Inherited from Control.)
Public method GetAnimationBaseValue (Inherited from DependencyObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method InvalidateArrange (Inherited from UIElement.)
Public method InvalidateMeasure (Inherited from UIElement.)
Public method Load(XElement)
Recreates the C1DockControl from the saved settings.
Public method Load(XElement, Boolean)
Not recreates the C1DockTabItem from the saved settings.
Public method Measure (Inherited from UIElement.)
Public method OnApplyTemplate
Builds the visual tree for the C1DockControl control when a new template is applied.
(Overrides FrameworkElement..::..OnApplyTemplate()()()().)
Public method ReadLocalValue (Inherited from DependencyObject.)
Public method ReleaseMouseCapture (Inherited from UIElement.)
Public method Save()()()()
Serialize a C1DockControl
Public method Save(Boolean)
Serialize a C1DockControl and preserve each C1DockTabItem's content.
Public method SetBinding (Inherited from FrameworkElement.)
Public method SetValue (Inherited from DependencyObject.)
Public method SlideClose
Hide the currently opened sliding C1DockTabControl.
Public method ToString (Inherited from Object.)
Public method TransformToVisual (Inherited from UIElement.)
Public method UpdateLayout (Inherited from UIElement.)

Fields

  Name Description
Public field Static member DockTabControlStyleProperty
Identifies the DockTabControlStyle dependency property.
Public field Static member HeaderBackgroundProperty
Identifies the HeaderBackground dependency property.
Public field Static member HeaderForegroundProperty
Identifies the HeaderForeground dependency property.
Public field Static member InnerPickerStyleProperty
Identifies the InnerPickerStyle dependency property.
Public field Static member MouseOverBrushProperty
Identifies the MouseOverBrush dependency property.
Public field Static member OuterPickerStyleProperty
Identifies the OuterPickerStyle dependency property.
Public field Static member PressedBrushProperty
Identifies the PressedBrush dependency property.
Public field Static member PreviewStyleProperty
Identifies the PreviewStyle dependency property.
Public field Static member SelectedBackgroundProperty
Identifies the SelectedBackground dependency property.
Public field Static member SlidingDurationProperty
Identifies the SlidingDuration dependency property.
Public field Static member SplitterStyleProperty
Identifies the SplitterStyle dependency property.
Public field Static member TabControlBackgroundProperty
Identifies the TabControlBackground dependency property.
Public field Static member TabControlForegroundProperty
Identifies the TabControlForeground dependency property.
Public field Static member TabStripBackgroundProperty
Identifies the TabStripBackground dependency property.
Public field Static member TabStripForegroundProperty
Identifies the TabStripForeground dependency property.
Public field Static member WindowStyleProperty
Identifies the WindowStyle dependency property.

Properties

  Name Description
Public property ActualHeight (Inherited from FrameworkElement.)
Public property ActualWidth (Inherited from FrameworkElement.)
Public property Background (Inherited from Control.)
Public property BorderBrush (Inherited from Control.)
Public property BorderThickness (Inherited from Control.)
Public property Clip (Inherited from UIElement.)
Public property Cursor (Inherited from FrameworkElement.)
Public property DataContext (Inherited from FrameworkElement.)
Public property DesiredSize (Inherited from UIElement.)
Public property Dispatcher (Inherited from DependencyObject.)
Public property DisplayMemberPath (Inherited from ItemsControl.)
Public property DockTabControlStyle
Gets or sets the Style that is applied to the inner C1DockTabControl instances.
Public property FontFamily (Inherited from Control.)
Public property FontSize (Inherited from Control.)
Public property FontStretch (Inherited from Control.)
Public property FontStyle (Inherited from Control.)
Public property FontWeight (Inherited from Control.)
Public property Foreground (Inherited from Control.)
Public property HeaderBackground
Gets or sets the background brush of the header.
Public property HeaderForeground
Gets or sets the foreground brush of the header.
Public property Height (Inherited from FrameworkElement.)
Public property HorizontalAlignment (Inherited from FrameworkElement.)
Public property HorizontalContentAlignment (Inherited from Control.)
Public property InnerPickerStyle
Gets or sets the Style applied to C1DockPicker instances that are relative to individual C1DockTabControls.
Public property IsEnabled (Inherited from Control.)
Public property IsHitTestVisible (Inherited from UIElement.)
Public property IsTabStop (Inherited from Control.)
Public property Items (Inherited from ItemsControl.)
Public property ItemsPanel (Inherited from ItemsControl.)
Public property ItemsSource (Inherited from ItemsControl.)
Public property ItemTemplate (Inherited from ItemsControl.)
Public property Language (Inherited from FrameworkElement.)
Public property Margin (Inherited from FrameworkElement.)
Public property MaxHeight (Inherited from FrameworkElement.)
Public property MaxWidth (Inherited from FrameworkElement.)
Public property MinHeight (Inherited from FrameworkElement.)
Public property MinWidth (Inherited from FrameworkElement.)
Public property MouseOverBrush
Gets or sets the Brush used to highlight the control when it has the mouse over.
Public property Name (Inherited from FrameworkElement.)
Public property NestedItems
Gets all C1DockTabControl instances that are children of the C1DockControl or a C1DockGroup.
Public property Opacity (Inherited from UIElement.)
Public property OpacityMask (Inherited from UIElement.)
Public property OuterPickerStyle
Gets or sets the Style applied to C1DockPicker instances that are relative to the whole C1DockControl.
Public property Padding (Inherited from Control.)
Public property Parent (Inherited from FrameworkElement.)
Public property PressedBrush
Gets or sets the Brush used to paint a button when it is pressed.
Public property PreviewStyle
Style applied to C1DockPreview instances created by this C1DockControl.
Public property RenderSize (Inherited from UIElement.)
Public property RenderTransform (Inherited from UIElement.)
Public property RenderTransformOrigin (Inherited from UIElement.)
Public property Resources (Inherited from FrameworkElement.)
Public property SelectedBackground
Gets or sets the Brush used to highlight the control when it is selected.
Public property SlidingDuration
Gets or sets the time it takes a sliding C1DockTabControl to fully open or close.
Public property SplitterStyle
Gets or sets the Style applied to C1DockSplitter instances created by this C1DockControl.
Public property Style (Inherited from FrameworkElement.)
Public property TabControlBackground
Gets or sets the Brush used as background of the contained C1DockTabControls.
Public property TabControlForeground
Gets or sets the Brush used as foreground of the contained C1DockTabControls.
Public property TabIndex (Inherited from Control.)
Public property TabNavigation (Inherited from Control.)
Public property TabStripBackground
Gets or sets the Brush that will be assigned to the Background of the tab strip.
Public property TabStripForeground
Gets or sets the Brush that will be assigned to the Foreground of the tab strip.
Public property Tag (Inherited from FrameworkElement.)
Public property Template (Inherited from Control.)
Public property Triggers (Inherited from FrameworkElement.)
Public property UseLayoutRounding (Inherited from UIElement.)
Public property VerticalAlignment (Inherited from FrameworkElement.)
Public property VerticalContentAlignment (Inherited from Control.)
Public property Visibility (Inherited from UIElement.)
Public property Width (Inherited from FrameworkElement.)
Public property WindowStyle
Gets or sets the Style applied to C1DockWindow instances created by this C1DockControl.

Events

  Name Description
Public event BindingValidationError (Inherited from FrameworkElement.)
Public event GotFocus (Inherited from UIElement.)
Public event IsEnabledChanged (Inherited from Control.)
Public event ItemDockModeChanged
Fires when the DockMode of a descendant C1DockTabControl changes.
Public event KeyDown (Inherited from UIElement.)
Public event KeyUp (Inherited from UIElement.)
Public event LayoutUpdated (Inherited from FrameworkElement.)
Public event Loaded (Inherited from FrameworkElement.)
Public event LostFocus (Inherited from UIElement.)
Public event LostMouseCapture (Inherited from UIElement.)
Public event MouseEnter (Inherited from UIElement.)
Public event MouseLeave (Inherited from UIElement.)
Public event MouseLeftButtonDown (Inherited from UIElement.)
Public event MouseLeftButtonUp (Inherited from UIElement.)
Public event MouseMove (Inherited from UIElement.)
Public event PickerLoading
Allows you to customize which target directions are possible when docking a C1DockTabControl.
Public event SizeChanged (Inherited from FrameworkElement.)
Public event SlidingClosed
Fires when a C1DockTabItem finished closing or was substituted for another C1DockTabItem.
Public event SlidingClosing
Fires when a C1DockTabItem begins to close.
Public event SlidingOpened
Fires when a C1DockTabItem has opened fully.
Public event SlidingOpening
Fires when a C1DockTabItem begins to slide open.
Public event ViewChanged
Fires when the children collection of the C1DockControl or a descendant C1DockGroup changes.

See Also