CustomPanelFactoryT Constructor (CustomTypeIdentifier, ExtensionIcon, DockingPlacement, PanelState, LicensedFunction)

Spotfire 14.2 API Reference

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

C#
protected CustomPanelFactory(
	CustomTypeIdentifier typeId,
	ExtensionIcon icon,
	DockingPlacement preferredDockingPlacement,
	PanelState preferredPanelState,
	LicensedFunction requiredLicense
)

Parameters

typeId
Type: Spotfire.Dxp.Application.ExtensionCustomTypeIdentifier
Type identifier.
icon
Type: Spotfire.Dxp.Application.ExtensionExtensionIcon
Icon to use in menus and toolbars. If this parameter is null, the panel will show up in menus, but not in toolbars.
preferredDockingPlacement
Type: Spotfire.Dxp.Application.LayoutDockingPlacement
The preferred placement.
preferredPanelState
Type: Spotfire.Dxp.Application.LayoutPanelState
The preferred PanelState.
requiredLicense
Type: Spotfire.Dxp.Framework.LicenseLicensedFunction
The required license. Can be null which means no license is required.
Version Information

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

Reference