Show / Hide Table of Contents

Property ActiveToolWindows

| Improve this Doc View Source

ActiveToolWindows

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).

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