Represents the base class for all windows in a DockControl.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract class DockWindowBase : DockElement |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class DockWindowBase |
Inheritance HierarchySystem.Object![]()
System.Windows.Threading.DispatcherObject![]()
System.Windows.DependencyObject![]()
System.Windows.Media.Visual![]()
System.Windows.UIElement![]()
System.Windows.FrameworkElement![]()
System.Windows.Controls.Control![]()
System.Windows.Controls.ItemsControl![]()
MindFusion.UI.Wpf.DockElement
MindFusion.UI.Wpf.DockWindowBase
MindFusion.UI.Wpf.AutoHideWindow
MindFusion.UI.Wpf.DockWindow
MindFusion.UI.Wpf.TabbedDocument
See Also