KryptonContextMenuShow(Object, Point) Method |
Show the context menu relative to the provided screen point.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool Show(
Object caller,
Point screenPt
)
Parameters
- caller Object
- Reference to object causing the context menu to be shown.
- screenPt Point
- Screen location.
Return Value
BooleanHas the context menu become displayed.
See Also