IVsToolbox4::ExpandTab Method (String^, Int32)
Visual Studio 2015
Expands the toolbox tab specified by the tab identifier.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
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::Int32From vsshell90.idl:
HRESULT ExpandTab(
[in] LPCOLESTR lpszTabID,
[in] BOOL fExpand
);
Show: