Click or drag to resize

IGraphViewEventSinkEhView_ShowDataContextMenu Method

Shows the data context menu for the specified layer.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void EhView_ShowDataContextMenu(
	int[] layerNumber,
	Object guiParent,
	Point pt
)

Parameters

layerNumber  Int32
The layer index path for which the context menu should be shown.
guiParent  Object
The parent GUI element for the context menu.
pt  Point
The screen position where the context menu should appear.
See Also