Click or drag to resize

VisualPopupManagerShowContextMenuStrip Method (ContextMenuStrip, Point)

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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void ShowContextMenuStrip(
	ContextMenuStrip cms,
	Point screenPt
)

Parameters

cms
Type: System.Windows.FormsContextMenuStrip
Reference to ContextMenuStrip.
screenPt
Type: System.DrawingPoint
Screen position for showing the context menu strip.
See Also