CustomVisualFactory T  Constructor (CustomTypeIdentifier, VisualCategory, Image) 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
)

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.
Remarks

If the image parameter is null
See Also