ASP.NET Pack Programmer's Guide
WindowCollection Class
See Also
 





Represents a StateCollection of Window objects.

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

 Syntax

C#  Copy Code

public sealed class WindowCollection : StateCollection<Window>

Visual Basic  Copy Code

Public NotInheritable Class WindowCollection
    Inherits StateCollection(Of Window)

 Inheritance Hierarchy

System.Object
    System.Web.UI.StateManagedCollection
        MindFusion.UI.WebForms.StateCollection(Window)
            MindFusion.UI.WebForms.WindowCollection

 See Also

WindowCollection Members
MindFusion.UI.WebForms Namespace