Click or drag to resize

KryptonContextMenuShow(Object, Point, KryptonContextMenuPositionH, KryptonContextMenuPositionV) Method

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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Show(
	Object caller,
	Point screenPt,
	KryptonContextMenuPositionH horz,
	KryptonContextMenuPositionV vert
)

Parameters

caller  Object
Reference to object causing the context menu to be shown.
screenPt  Point
Screen location.
horz  KryptonContextMenuPositionH
Horizontal location relative to screen rectangle.
vert  KryptonContextMenuPositionV
Vertical location relative to screen rectangle.

Return Value

Boolean
Has the context menu become displayed.
See Also