Share via


IVsToolbox4.ExpandTab(String, Int32) Method

Definition

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  
);  

Applies to