Represents a container for Window objects.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public class WindowHost : Control |
Visual Basic
Copy Code
|
|---|
Public Class WindowHost |
RemarksThe WindowHost is a special control which acts as a container of Window objects and enables interactive operations on the windows such as resizing and minimizing.
Inheritance HierarchySystem.Object![]()
System.Windows.Threading.DispatcherObject![]()
System.Windows.DependencyObject![]()
System.Windows.Media.Visual![]()
System.Windows.UIElement![]()
System.Windows.FrameworkElement![]()
System.Windows.Controls.Control![]()
MindFusion.UI.Wpf.WindowHost
See Also