MindFusion.UI for WebForms Programmer's Guide

Window.ParentHost Property

See Also
 





Gets the parent WindowHost of this Window.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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