Share via


IVsToolbox4.ExpandTab Method

Expands the toolbox tab specified by the tab identifier.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'Declaration
Function ExpandTab ( _
    lpszTabID As String, _
    fExpand As Integer _
) As Integer
int ExpandTab(
    string lpszTabID,
    int fExpand
)
int ExpandTab(
    [InAttribute] String^ lpszTabID, 
    [InAttribute] int fExpand
)
abstract ExpandTab : 
        lpszTabID:string * 
        fExpand:int -> int
function ExpandTab(
    lpszTabID : String, 
    fExpand : int
) : int

Parameters

  • lpszTabID
    Type: System.String

    [in] The identifier of the toolbox tab.

  • fExpand
    Type: System.Int32

    [in] Set to true to expand the toolbox tab.

Return Value

Type: System.Int32

Remarks

COM Signature

From vsshell90.idl:

HRESULT ExpandTab(
    [in] LPCOLESTR lpszTabID,
    [in] BOOL fExpand
);

.NET Framework Security

See Also

Reference

IVsToolbox4 Interface

Microsoft.VisualStudio.Shell.Interop Namespace