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: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public static MenuCategory CreateCustom( params string[] path )
Parameters
- path
- Type: SystemString
The menu path.
Return Value
Type: MenuCategoryThe custom menu category.
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10
See Also