IVsDefaultToolboxTabState Interface
Visual Studio 2015
Determines the default state, expanded or unexpanded, of a tab in the Toolbox. An optional interface for implementers of IVsToolboxUser.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetDefaultTabExpansion(String, Int32) | Gets the default state of a given tab. |
The environment uses the default state when there is a toolbox reset or the very first time it instantiates a designer. At any other time, the environment preserves user changes by restoring the toolbox to its previous state.
Show:
