This document is archived and information here might be outdated.  Recommended version.


IArcToolbox.RemoveToolbox Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoprocessingUI)  

IArcToolbox.RemoveToolbox Method

Removes the given toolbox from the ArcToolbox window.

[Visual Basic .NET]
Public Sub RemoveToolbox ( _
    ByVal toolbox As IGPToolbox _
)
[C#]
public void RemoveToolbox (
    IGPToolbox toolbox
);

Product Availability

Available with ArcGIS Desktop.

See Also

IArcToolbox Interface