MindFusion.UI for WebForms Programmer's Guide

WindowCollection Class

See Also
 





Represents a StateCollection of Window objects.

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

 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.Web.StateCollection(Window)
            MindFusion.UI.Web.WindowCollection

 See Also