CustomShareTool TContext  Constructor (String, Image, LicensedFunction) TIBCO Spotfire 6.0 API Reference
Initializes a new instance of the CustomShareTool class.

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

protected CustomShareTool(
	string menuText,
	Image image,
	LicensedFunction requiredLicense
)

Parameters

menuText
Type: System String
The text to be shown in the menu.
image
Type: System.Drawing Image
The image used as icon in the menu, may be null.
requiredLicense
Type: Spotfire.Dxp.Framework.License LicensedFunction
The license required for the tool, may be null.
See Also