VisualContextMenuShow(Rectangle, KryptonContextMenuPositionH, KryptonContextMenuPositionV, Boolean, Boolean) Method |
Show the context menu relative to the provided 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 Show(
Rectangle screenRect,
KryptonContextMenuPositionH horz,
KryptonContextMenuPositionV vert,
bool bounce,
bool constrain
)
Parameters
- screenRect Rectangle
- Screen rectangle.
- horz KryptonContextMenuPositionH
- Horizontal location relative to screen rectangle.
- vert KryptonContextMenuPositionV
- Vertical location relative to screen rectangle.
- bounce Boolean
- Should the menu bounce around the monitor.
- constrain Boolean
- Should size and position of menu be constrained by display size.
See Also