CustomExportTool Constructor (String, ExtensionIcon, LicensedFunction)

Spotfire 14.2 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: 64.0.19329.3263 (64.0.19329.3263)
Syntax

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

Parameters

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

Supported in: 14.2, 14.1, 14.0, 12.5
See Also

Reference