CustomPanelFactory T  Constructor (CustomTypeIdentifier, Image, PanelPlacement, 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

[ObsoleteAttribute("Use ctor with DockingPlacement and PanelState parameters instead.")]
protected CustomPanelFactory(
	CustomTypeIdentifier typeId,
	Image image,
	PanelPlacement preferredPlacement,
	LicensedFunction requiredLicense
)

Parameters

typeId
Type: Spotfire.Dxp.Application.Extension CustomTypeIdentifier
Type identifier.
image
Type: System.Drawing Image
Image to use in menus and toolbars. If this parameter is null, the panel will show up in menus, but not in toolbars.
preferredPlacement
Type: Spotfire.Dxp.Application.Layout PanelPlacement
The preferred placement.
requiredLicense
Type: Spotfire.Dxp.Framework.License LicensedFunction
The required license.
See Also