IVsDefaultToolboxTabState Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the default state, expanded or unexpanded, of a tab in the Toolbox. An optional interface for implementers of IVsToolboxUser.
public interface class IVsDefaultToolboxTabState
public interface class IVsDefaultToolboxTabState
__interface IVsDefaultToolboxTabState
[System.Runtime.InteropServices.Guid("1749A33B-2099-4A22-B32A-E96ADD887142")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDefaultToolboxTabState
[<System.Runtime.InteropServices.Guid("1749A33B-2099-4A22-B32A-E96ADD887142")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDefaultToolboxTabState = interface
Public Interface IVsDefaultToolboxTabState
- Attributes
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.
Methods
GetDefaultTabExpansion(String, Int32) |
Gets the default state of a given tab. |