IDockableCollection class.

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

Syntax

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

Inheritance Hierarchy

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

See Also