VisualizationContextMenu Show Method TIBCO Spotfire 6.0 API Reference
Shows this context menu, upon raising Populate.

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

public void Show(
	Point clientCoordinate
)

Parameters

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

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

If the resulting context menu is empty, nothing will be shown.
See Also