ASP.NET Pack Programmer's Guide
Window.ParentHost Property
See Also
 





Gets the parent WindowHost of this Window.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public WindowHost ParentHost { get; }

Visual Basic  Copy Code

Public ReadOnly Property ParentHost As WindowHost

 Property Value

Type: WindowHost
An instance of the WindowHost class, which serves as the parent host element for this Window object.

 See Also

Window Members
Window Class
MindFusion.UI.WebForms Namespace