CustomShareToolTContext Constructor (String, ExtensionIcon, LicensedFunction)

Spotfire 14.3 API Reference

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

C#
protected CustomShareTool(
	string menuText,
	ExtensionIcon icon,
	LicensedFunction requiredLicense
)

Parameters

menuText
Type: SystemString
The text to be shown in the menu.
icon
Type: Spotfire.Dxp.Application.ExtensionExtensionIcon
The image used as icon in the menu, may be null.
requiredLicense
Type: Spotfire.Dxp.Framework.LicenseLicensedFunction
The license required for the tool, may be null.
Version Information

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

Reference