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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void ShowFixed(
	Rectangle screenRect,
	KryptonContextMenuPositionH horz,
	KryptonContextMenuPositionV vert
)

Parameters

screenRect
Type: System.DrawingRectangle
Screen rectangle.
horz
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonContextMenuPositionH
Horizontal location relative to screen rectangle.
vert
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonContextMenuPositionV
Vertical location relative to screen rectangle.
See Also