The C1DockWindow type exposes the following members.

Constructors

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

Methods

  Name Description
Public method ApplyTemplate (Inherited from Control.)
Public method Arrange (Inherited from UIElement.)
Public method BringToFront (Inherited from C1Window.)
Public method CaptureMouse (Inherited from UIElement.)
Public method CenterOnScreen (Inherited from C1Window.)
Public method CheckAccess (Inherited from DependencyObject.)
Public method ClearValue (Inherited from DependencyObject.)
Public method Close (Inherited from C1Window.)
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 Hide (Inherited from C1Window.)
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 C1DockWindow control when a new template is applied.
(Overrides C1WindowOnApplyTemplate()()()().)
Public method Position (Inherited from C1Window.)
Public method ReadLocalValue (Inherited from DependencyObject.)
Public method ReleaseMouseCapture (Inherited from UIElement.)
Public method SetBinding (Inherited from FrameworkElement.)
Public method SetValue (Inherited from DependencyObject.)
Public method Show (Inherited from C1Window.)
Public method ShowModal (Inherited from C1Window.)
Public method ToString (Inherited from Object.)
Public method TransformToVisual (Inherited from UIElement.)
Public method UpdateLayout (Inherited from UIElement.)

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 ButtonBackground (Inherited from C1Window.)
Public property ButtonForeground (Inherited from C1Window.)
Public property Canvas (Inherited from C1Window.)
Public property Clip (Inherited from UIElement.)
Public property Content (Inherited from ContentControl.)
Public property ContentTemplate (Inherited from ContentControl.)
Public property Cursor (Inherited from FrameworkElement.)
Public property DataContext (Inherited from FrameworkElement.)
Public property DesiredSize (Inherited from UIElement.)
Public property DialogResult (Inherited from C1Window.)
Public property Dispatcher (Inherited from DependencyObject.)
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 Header (Inherited from C1HeaderedContentControl.)
Public property HeaderBackground (Inherited from C1HeaderedContentControl.)
Public property HeaderFontFamily (Inherited from C1HeaderedContentControl.)
Public property HeaderFontSize (Inherited from C1HeaderedContentControl.)
Public property HeaderFontStretch (Inherited from C1HeaderedContentControl.)
Public property HeaderFontStyle (Inherited from C1HeaderedContentControl.)
Public property HeaderFontWeight (Inherited from C1HeaderedContentControl.)
Public property HeaderForeground (Inherited from C1HeaderedContentControl.)
Public property HeaderPadding (Inherited from C1HeaderedContentControl.)
Public property HeaderTemplate (Inherited from C1HeaderedContentControl.)
Public property Height (Inherited from FrameworkElement.)
Public property HorizontalAlignment (Inherited from FrameworkElement.)
Public property HorizontalContentAlignment (Inherited from Control.)
Public property HorizontalHeaderAlignment (Inherited from C1HeaderedContentControl.)
Public property IsActive (Inherited from C1Window.)
Public property IsDraggable (Inherited from C1Window.)
Public property IsEnabled (Inherited from Control.)
Public property IsHitTestVisible (Inherited from UIElement.)
Public property IsMouseOver (Inherited from C1HeaderedContentControl.)
Public property IsResizable (Inherited from C1Window.)
Public property IsTabStop (Inherited from Control.)
Public property Language (Inherited from FrameworkElement.)
Public property Left (Inherited from C1Window.)
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 ModalBackground (Inherited from C1Window.)
Public property MouseOverBrush (Inherited from C1Window.)
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 (Inherited from C1Window.)
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 ShowCloseButton (Inherited from C1Window.)
Public property ShowMaximizeButton (Inherited from C1Window.)
Public property ShowMinimizeButton (Inherited from C1Window.)
Public property Style (Inherited from FrameworkElement.)
Public property TabIndex (Inherited from Control.)
Public property TabNavigation (Inherited from Control.)
Public property Tag (Inherited from FrameworkElement.)
Public property Template (Inherited from Control.)
Public property Top (Inherited from C1Window.)
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 VerticalHeaderAlignment (Inherited from C1HeaderedContentControl.)
Public property Visibility (Inherited from UIElement.)
Public property Width (Inherited from FrameworkElement.)
Public property WindowState (Inherited from C1Window.)

Events

  Name Description
Public event BindingValidationError (Inherited from FrameworkElement.)
Public event Closed (Inherited from C1Window.)
Public event Closing (Inherited from C1Window.)
Public event GotFocus (Inherited from UIElement.)
Public event IsActiveChanged (Inherited from C1Window.)
Public event IsEnabledChanged (Inherited from Control.)
Public event IsMouseOverChanged (Inherited from C1HeaderedContentControl.)
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 PositionChanged (Inherited from C1Window.)
Public event SizeChanged (Inherited from FrameworkElement.)
Public event WindowStateChanged (Inherited from C1Window.)

See Also