[]
        
(Showing Draft Content)

C1.WPF.Docking.WPFWindow

WPFWindow Class

A custom control that inherits Window, used internally by C1DockControl

Namespace: C1.WPF.Docking
Assembly: C1.WPF.Docking.dll
Syntax
[TemplatePart(Name = "ContentBorder", Type = typeof(Border))]
[TemplatePart(Name = "CommonHeaderContainer", Type = typeof(Border))]
[TemplatePart(Name = "HiddenButton", Type = typeof(Button))]
[TemplatePart(Name = "RectTopLeft", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "RectTopMiddle", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "RectTopRight", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "RectMiddleLeft", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "RectMiddleRight", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "RectBottomLeft", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "RectBottomMiddle", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "RectBottomRight", Type = typeof(FrameworkElement))]
public class WPFWindow : Window, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable

Constructors

Name Description
WPFWindow()

Initializes a new instance of the WPFWindow class.

Fields

Name Description
ShowHeaderProperty

Identifies the ShowHeader dependency property.

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

ShowHeader

Gets or sets a value that determines whether the common header is visible.

Methods

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

Finalizes this instance of the WPFWindow class.

OnApplyTemplate()