Click or drag to resize

KryptonContextMenuShow(Object) Method

Show the context menu at the current mouse location.

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
)

Parameters

caller  Object
Reference to object causing the context menu to be shown.

Return Value

Boolean
Has the context menu become displayed.
See Also