IVsDefaultToolboxTabState Interface
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)
Syntax
'Declaration
<GuidAttribute("1749A33B-2099-4A22-B32A-E96ADD887142")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDefaultToolboxTabState
[GuidAttribute("1749A33B-2099-4A22-B32A-E96ADD887142")]
[InterfaceTypeAttribute()]
public interface IVsDefaultToolboxTabState
[GuidAttribute(L"1749A33B-2099-4A22-B32A-E96ADD887142")]
[InterfaceTypeAttribute()]
public interface class IVsDefaultToolboxTabState
[<GuidAttribute("1749A33B-2099-4A22-B32A-E96ADD887142")>]
[<InterfaceTypeAttribute()>]
type IVsDefaultToolboxTabState = interface end
public interface IVsDefaultToolboxTabState
The IVsDefaultToolboxTabState type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetDefaultTabExpansion | Gets the default state of a given tab. |
Top
Remarks
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.