Click or drag to resize

VisualPopupManagerShowContextMenuStrip(ContextMenuStrip, Point, EventHandler) Method

Show the provided context strip in a way compatible with any popups.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void ShowContextMenuStrip(
	ContextMenuStrip cms,
	Point screenPt,
	EventHandler cmsFinishDelegate
)

Parameters

cms  ContextMenuStrip
Reference to ContextMenuStrip.
screenPt  Point
Screen position for showing the context menu strip.
cmsFinishDelegate  EventHandler
Delegate to call when strip dismissed.
See Also