IVsToolbox4::ExpandTab Method (String^, Int32)

 

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)

int ExpandTab(
	String^ lpszTabID,
	int fExpand
)

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

From vsshell90.idl:

HRESULT ExpandTab(
    [in] LPCOLESTR lpszTabID,
    [in] BOOL fExpand
);
Return to top
Show: