Click or drag to resize

VisualContextMenuShow(Rectangle, KryptonContextMenuPositionH, KryptonContextMenuPositionV, Boolean, Boolean) Method

Show the context menu relative to the provided 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 Show(
	Rectangle screenRect,
	KryptonContextMenuPositionH horz,
	KryptonContextMenuPositionV vert,
	bool bounce,
	bool constrain
)

Parameters

screenRect  Rectangle
Screen rectangle.
horz  KryptonContextMenuPositionH
Horizontal location relative to screen rectangle.
vert  KryptonContextMenuPositionV
Vertical location relative to screen rectangle.
bounce  Boolean
Should the menu bounce around the monitor.
constrain  Boolean
Should size and position of menu be constrained by display size.
See Also