[]
A custom control that inherits Window, used internally by C1DockControl
[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
Name | Description |
---|---|
WPFWindow() | Initializes a new instance of the WPFWindow class. |
Name | Description |
---|---|
ShowHeaderProperty | Identifies the ShowHeader dependency property. |
Name | Description |
---|---|
IsDisposed | Gets whether this instance is disposed. |
ShowHeader | Gets or sets a value that determines whether the common header is visible. |
Name | Description |
---|---|
Dispose() | |
Dispose(bool) | |
Finalize() | Finalizes this instance of the WPFWindow class. |
OnApplyTemplate() |