Collection of TabbedPanels.

Namespace:  ZettaCube.ZeeControls
Assembly:  ZettaCube.ZeeControls (in ZettaCube.ZeeControls.dll)

Syntax

C#
public class TabbedPanelCollection : ChildPanelCollection<TabbedPanel>
Visual Basic (Declaration)
Public Class TabbedPanelCollection _
	Inherits ChildPanelCollection(Of TabbedPanel)

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    IndexableCollectionBase
      InnerPropertyCollection<(Of <(TabbedPanel>)>)
        ChildPanelCollection<(Of <(TabbedPanel>)>)
          ZettaCube.ZeeControls..::.TabbedPanelCollection
            ZettaCube.ZeeControls..::.WebDockTabbedPanelCollection

See Also