ToolCategory Enumeration TIBCO Spotfire 6.0 API Reference
Describes what category a Tool belongs to.

Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[ObsoleteAttribute("Use MenuCategory instead.")]
public enum ToolCategory
Members

  Member nameValueDescription
General0 The tool is displayed in the default location in the user interface. The location is determined by the tool context.
Export1 The tool is displayed on the export menu in the user interface.
Remarks

This will control where in the user interface the tool is displayed.
See Also