VisualPopupManagerShowContextMenuStrip(ContextMenuStrip, Point, EventHandler) Method |
Show the provided context strip in a way compatible with any popups.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void ShowContextMenuStrip(
ContextMenuStrip cms,
Point screenPt,
EventHandler cmsFinishDelegate
)
Parameters
- cms ContextMenuStrip
- Reference to ContextMenuStrip.
- screenPt Point
- Screen position for showing the context menu strip.
- cmsFinishDelegate EventHandler
- Delegate to call when strip dismissed.
See Also