Show / Hide Table of Contents

Property DockItems

| Improve this Doc View Source

DockItems

Gets a collection of DockItem objects currently associated with this DockControl.

Declaration
public DockItemCollection DockItems { get; }
Property Value
Type Description
DockItemCollection

A collection of DockItem objects, in order of first association with this DockControl.

Remarks

A DockItem is associated with DockControl when adding this DockItem in the colletion. DockControl also reflects this association.

Calling Close() removes the DockItem from the collection.

Calling Show(DockControl) implicitly adds DockItem in the collection if it's not yet associated.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest