Property ActiveToolWindows
| Improve this Doc View SourceActiveToolWindows
Gets a collection of tool window DockItem objects, in the order of activation.
Declaration
public IEnumerable<DockItem> ActiveToolWindows { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<DockItem> | A collection of tool window DockItem objects, in the order of activation (last active first). |