Click or drag to resize

VisualContextMenuShow Method (Point)

Show the context menu relative to the provided screen point.

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 Show(
	Point screenPt
)

Parameters

screenPt
Type: System.DrawingPoint
Screen location.
See Also