CustomPanelFactory T  Constructor (CustomTypeIdentifier, Image, DockingPlacement, PanelState) TIBCO Spotfire 6.5 API Reference

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

protected CustomPanelFactory(
	CustomTypeIdentifier typeId,
	Image image,
	DockingPlacement preferredDockingPlacement,
	PanelState preferredPanelState
)

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.
preferredDockingPlacement
Type: Spotfire.Dxp.Application.Layout DockingPlacement
The preferred placement.
preferredPanelState
Type: Spotfire.Dxp.Application.Layout PanelState
The preferred PanelState.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also