Click or drag to resize

KryptonContextMenuShow Method (Object, 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 bool Show(
	Object caller,
	Point screenPt
)

Parameters

caller
Type: SystemObject
Reference to object causing the context menu to be shown.
screenPt
Type: System.DrawingPoint
Screen location.

Return Value

Type: Boolean
Has the context menu become displayed.
See Also