MenuCategoryCreateCustom Method

Spotfire 14.3 API Reference
Creates a custom menu category that is added as a new menu item in the toolbar. The path parameter specifies a menu path, where the first element is added as a top level menu item to the toolbar. The tool is added as a child to the last part of the path.

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

C#
public static MenuCategory CreateCustom(
	params string[] path
)

Parameters

path
Type: SystemString
The menu path.

Return Value

Type: MenuCategory
The custom menu category.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference