Collection of WebDockPanelBases.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    IndexableCollectionBase
      InnerPropertyCollection<(Of <(WebDockPanelBase>)>)
        ChildPanelCollection<(Of <(WebDockPanelBase>)>)
          ZettaCube.ZeeControls..::.WebDockPanelBaseCollection

See Also