This document is archived and information here might be outdated. Recommended version. |
Sets the current (default) toolbox.
[Visual Basic .NET]
Public Property Toolbox As String
[C#]
public string Toolbox {get; set;}
[C++]
HRESULT get_Toolbox(
BSTR Toolbox
);
[C++]
HRESULT put_Toolbox(
System.String* Toolbox
);
[C++] Parameters Toolbox [in]
Toolbox is a parameter of type BSTR Toolbox [out, retval]
Toolbox is a parameter of type BSTR*