CustomExportTool Constructor (String, ExtensionIcon, LicensedFunction)

Spotfire 14.5 API Reference
Initializes a new instance of the CustomExportTool class.

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

C#
protected CustomExportTool(
	string menuText,
	ExtensionIcon icon,
	LicensedFunction requiredLicense = null
)

Parameters

menuText
Type: System.String
The text to be shown in the menu.
icon
Type: Spotfire.Dxp.Application.Extension.ExtensionIcon
The icon to use in menus and toolbars. Can be null.
requiredLicense (Optional)
Type: Spotfire.Dxp.Framework.License.LicensedFunction
The license required for the tool. Can be null which means the tool is always enabled.
Version Information

Supported in: 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5
See Also

Reference