Property ActiveDocuments
| Improve this Doc View SourceActiveDocuments
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). |