The C1DockTabControl type exposes the following members.

Constructors

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

Methods

  Name Description
Public method ApplyTemplate (Inherited from Control.)
Public method Arrange (Inherited from UIElement.)
Public method BeginUpdate (Inherited from C1TabControl.)
Public method CaptureMouse (Inherited from UIElement.)
Public method CheckAccess (Inherited from DependencyObject.)
Public method ClearValue (Inherited from DependencyObject.)
Public method EndUpdate (Inherited from C1TabControl.)
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 Static member GetDrag
Gets the value of the attached Drag property.
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 Measure (Inherited from UIElement.)
Public method OnApplyTemplate
Builds the visual tree for the C1DockTabControl control when a new template is applied.
(Overrides C1TabControlOnApplyTemplate()()()().)
Public method ReadLocalValue (Inherited from DependencyObject.)
Public method ReleaseMouseCapture (Inherited from UIElement.)
Public method ScrollIntoView (Inherited from C1TabControl.)
Public method SetBinding (Inherited from FrameworkElement.)
Public method Static member SetDrag
Sets the value of the attached Drag property.
Public method SetValue (Inherited from DependencyObject.)
Public method SlideOpen
Shows the C1DockTabControl when the DockMode is set to Sliding.
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 CanUserDockProperty
Identifies the CanUserDock dependency property.
Public field Static member CanUserFloatProperty
Identifies the CanUserFloat dependency property.
Public field Static member CanUserHideProperty
Identifies the CanUserHide dependency property.
Public field Static member CanUserSlideProperty
Identifies the CanUserSlide dependency property.
Public field Static member DockHeightProperty
Identifies the DockHeight dependency property.
Public field Static member DockMinHeightProperty
Identifies the DockMinHeight dependency property.
Public field Static member DockMinWidthProperty
Identifies the DockMinWidth dependency property.
Public field Static member DockModeProperty
Identifies the DockMode dependency property.
Public field Static member DockProperty
Identifies the Dock dependency property.
Public field Static member DockWidthProperty
Identifies the DockWidth dependency property.
Public field Static member DragProperty
Internal property used on the header element in the control's template.
Public field Static member HeaderBackgroundProperty
Identifies the HeaderBackground dependency property.
Public field Static member HeaderForegroundProperty
Identifies the HeaderForeground dependency property.
Public field Static member HorizontalFillProperty
Identifies the HorizontalFill dependency property.
Public field Static member MouseOverBrushProperty
Identifies the MouseOverBrush dependency property.
Public field Static member PressedBrushProperty
Identifies the PressedBrush dependency property.
Public field Static member SelectedBackgroundProperty
Identifies the SelectedBackground dependency property.
Public field Static member ShowHeaderProperty
Identifies the ShowHeader dependency property.
Public field Static member ShowMenuProperty
Identifies the ShowMenu 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 VerticalFillProperty
Identifies the VerticalFill 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 CanUserDock
Gets or sets a value that determines whether the user can change the DockMode property to Docked.
Public property CanUserFloat
Gets or sets a value that determines whether the user can change the DockMode property to Floating.
Public property CanUserHide
Gets or sets a value that determines whether the user can change the DockMode property to Hidden.
Public property CanUserReorder (Inherited from C1TabControl.)
Public property CanUserSlide
Gets or sets a value that determines whether the user can change the DockMode property to Sliding.
Public property Clip (Inherited from UIElement.)
Public property ContentTemplate (Inherited from C1TabControl.)
Public property ContentTemplateSelector (Inherited from C1TabControl.)
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 Dock
Gets or sets the edge of the parent to which this element should be attached.
Public property DockHeight
Gets or sets the desired vertical size for this element.
Public property DockMinHeight
Gets or sets the minimum height constraint of the element.
Public property DockMinWidth
Gets or sets the minimum width constraint of the element.
Public property DockMode
Gets or sets whether the C1DockTabControl floats, slides from the border of the C1DockControl, is hidden, or is docked.
Public property DockWidth
Gets or sets the desired horizontal size of the element.
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 HorizontalFill
Whether the control resizes to fill the remaining horizontal space.
Public property IsEnabled (Inherited from Control.)
Public property IsHitTestVisible (Inherited from UIElement.)
Public property IsMouseOver (Inherited from C1TabControl.)
Public property IsTabStop (Inherited from Control.)
Public property ItemContainerStyle (Inherited from C1TabControl.)
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 ItemTemplateSelector (Inherited from C1TabControl.)
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 Opacity (Inherited from UIElement.)
Public property OpacityMask (Inherited from UIElement.)
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 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 SelectedContent (Inherited from C1TabControl.)
Public property SelectedIndex (Inherited from C1TabControl.)
Public property SelectedItem (Inherited from C1TabControl.)
Public property ShowHeader
Gets or sets a value that determines whether the header of the currently selected C1DockTabItem is visible.
Public property ShowMenu
Gets or sets a value that determines whether the menu to set the DockMode is visible.
Public property ShowSingleTab (Inherited from C1TabControl.)
Public property Style (Inherited from FrameworkElement.)
Public property TabIndex (Inherited from Control.)
Public property TabItemClose (Inherited from C1TabControl.)
Public property TabItemShape (Inherited from C1TabControl.)
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 TabStripHorizontalAlignment (Inherited from C1TabControl.)
Public property TabStripMenuVisibility (Inherited from C1TabControl.)
Public property TabStripOverlap (Inherited from C1TabControl.)
Public property TabStripOverlapDirection (Inherited from C1TabControl.)
Public property TabStripPlacement (Inherited from C1TabControl.)
Public property TabStripVerticalAlignment (Inherited from C1TabControl.)
Public property Tag (Inherited from FrameworkElement.)
Public property Template (Inherited from Control.)
Public property Triggers (Inherited from FrameworkElement.)
Public property UnselectedContentMode (Inherited from C1TabControl.)
Public property UpdateSourceCollection (Inherited from C1TabControl.)
Public property UseLayoutRounding (Inherited from UIElement.)
Public property VerticalAlignment (Inherited from FrameworkElement.)
Public property VerticalContentAlignment (Inherited from Control.)
Public property VerticalFill
Whether the control resizes to fill the remaining vertical space.
Public property Visibility (Inherited from UIElement.)
Public property VisibleItems (Inherited from C1TabControl.)
Public property Width (Inherited from FrameworkElement.)

Attached Properties

  Name Description
Public attached property Drag

Events

  Name Description
Public event BindingValidationError (Inherited from FrameworkElement.)
Public event GotFocus (Inherited from UIElement.)
Public event IsEnabledChanged (Inherited from Control.)
Public event IsMouseOverChanged (Inherited from C1TabControl.)
Public event ItemsChanged (Inherited from C1TabControl.)
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 SelectionChanged (Inherited from C1TabControl.)
Public event SizeChanged (Inherited from FrameworkElement.)
Public event TabItemClosed (Inherited from C1TabControl.)
Public event TabItemClosing (Inherited from C1TabControl.)
Public event VisibleItemsChanged (Inherited from C1TabControl.)

See Also