CustomVisualFactory T  Constructor (CustomTypeIdentifier, VisualCategory, Image, LicensedFunction) TIBCO Spotfire 6.0 API Reference

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

public CustomVisualFactory(
	CustomTypeIdentifier typeId,
	VisualCategory visualCategory,
	Image image,
	LicensedFunction requiredLicense
)

Parameters

typeId
Type: Spotfire.Dxp.Application.Extension CustomTypeIdentifier
The visual type identifier.
visualCategory
Type: Spotfire.Dxp.Application.Extension VisualCategory
The visual category.
image
Type: System.Drawing Image
Image to use in menus and toolbars. If this parameter is null, the visual will show up in menus, but not in toolbars.
requiredLicense
Type: Spotfire.Dxp.Framework.License LicensedFunction
The required license. Can be null which means the visual is always enabled.
See Also