MindFusion.UI for WebForms Programmer's Guide

TabCollection Class

See Also
 





Represents a StateCollection of TabPage objects.

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

 Syntax

C#  Copy Code

public sealed class TabCollection : StateCollection<TabPage>

Visual Basic  Copy Code

Public NotInheritable Class TabCollection
    Inherits StateCollection(Of TabPage)

 Inheritance Hierarchy

System.Object
    System.Web.UI.StateManagedCollection
        MindFusion.UI.Web.StateCollection(TabPage)
            MindFusion.UI.Web.TabCollection

 See Also