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





Represents a StateCollection of TabPage objects.

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

 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.WebForms.StateCollection(TabPage)
            MindFusion.UI.WebForms.TabCollection

 See Also

TabCollection Members
MindFusion.UI.WebForms Namespace