Click or drag to resize

VisualContextMenuShowFixed Method

Show the context menu at the fixed screen rectangle.

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 ShowFixed(
	Rectangle screenRect,
	KryptonContextMenuPositionH horz,
	KryptonContextMenuPositionV vert
)

Parameters

screenRect  Rectangle
Screen rectangle.
horz  KryptonContextMenuPositionH
Horizontal location relative to screen rectangle.
vert  KryptonContextMenuPositionV
Vertical location relative to screen rectangle.
See Also