Show / Hide Table of Contents

Property ActiveDocuments

| Improve this Doc View Source

ActiveDocuments

Gets a collection of document DockItem objects, in the order of activation.

Declaration
public IEnumerable<DockItem> ActiveDocuments { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<DockItem>

A collection of document DockItem objects, in the order of activation (last active first).

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