VisualContextMenuShowFixed Method |
Show the context menu at the fixed screen rectangle.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void ShowFixed(
Rectangle screenRect,
KryptonContextMenuPositionH horz,
KryptonContextMenuPositionV vert
)
Parameters
- screenRect Rectangle
- Screen rectangle.
- horz KryptonContextMenuPositionH
- Horizontal location relative to screen rectangle.
- vert KryptonContextMenuPositionV
- Vertical location relative to screen rectangle.
See Also