Determines the default state, expanded or unexpanded, of a tab in the
Toolbox. An optional interface for implementers of
IVsToolboxUser.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
[GuidAttribute("1749A33B-2099-4A22-B32A-E96ADD887142")]
[InterfaceTypeAttribute(1)]
public interface IVsDefaultToolboxTabState
/** @attribute GuidAttribute("1749A33B-2099-4A22-B32A-E96ADD887142") */
/** @attribute InterfaceTypeAttribute(1) */
public interface IVsDefaultToolboxTabState
GuidAttribute("1749A33B-2099-4A22-B32A-E96ADD887142")
InterfaceTypeAttribute(1)
public interface IVsDefaultToolboxTabState
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.