Search
WindowHost Class
Remarks See Also
 





Represents a container for Window objects.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public class WindowHost : Control

Visual Basic  Copy Code

Public Class WindowHost
    Inherits Control

 Remarks

The 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 Hierarchy

System.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