MindFusion.UI for WebForms Programmer's Guide

WindowHost.Windows Property

See Also
 





Gets the collection of Windows for this control.

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

 Syntax

C#  Copy Code

public WindowCollection Windows { get; }

Visual Basic  Copy Code

Public ReadOnly Property Windows As WindowCollection

 Property Value

Type: WindowCollection
An instance of the WindowCollection class, containing references to the child items of the control.

 See Also