VisualizationContextMenuShow Method TIBCO Spotfire 7.6 API Reference
Shows this context menu, upon raising Populate.

Namespace: Spotfire.Dxp.Forms.Components
Assembly: Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public void Show(
	Point clientCoordinate
)

Parameters

clientCoordinate
Type: System.DrawingPoint
The location of the context menu, in the owner's coordinates.
Exceptions

ExceptionCondition
InvalidOperationException Thrown if Initialize(Control, CustomVisualization) not has been called.
Remarks

If the resulting context menu is empty, nothing will be shown.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference