IVsToolbox4.ExpandTab(String, Int32) Method
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.
Expands the toolbox tab specified by the tab identifier.
public:
int ExpandTab(System::String ^ lpszTabID, int fExpand);
public:
int ExpandTab(Platform::String ^ lpszTabID, int fExpand);
int ExpandTab(std::wstring const & lpszTabID, int fExpand);
public int ExpandTab (string lpszTabID, int fExpand);
abstract member ExpandTab : string * int -> int
Public Function ExpandTab (lpszTabID As String, fExpand As Integer) As Integer
Parameters
- lpszTabID
- String
[in] The identifier of the toolbox tab.
- fExpand
- Int32
[in] Set to true
to expand the toolbox tab.
Returns
Remarks
COM Signature
From vsshell90.idl:
HRESULT ExpandTab(
[in] LPCOLESTR lpszTabID,
[in] BOOL fExpand
);