CustomPanelFactory<T> Constructor (CustomTypeIdentifier, ExtensionIcon, DockingPlacement, PanelState, LicensedFunction)

Spotfire 14.5 API Reference

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

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

Parameters

typeId
Type: Spotfire.Dxp.Application.Extension.CustomTypeIdentifier
Type identifier.
icon
Type: Spotfire.Dxp.Application.Extension.ExtensionIcon
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.Layout.DockingPlacement
The preferred placement.
preferredPanelState
Type: Spotfire.Dxp.Application.Layout.PanelState
The preferred PanelState.
requiredLicense
Type: Spotfire.Dxp.Framework.License.LicensedFunction
The required license. Can be null which means no license is required.
Version Information

Supported in: 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5
See Also

Reference