KryptonContextMenuShow Method (Object, Rectangle) |
Show the context menu relative to the provided screen rectangle.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public bool Show(
Object caller,
Rectangle screenRect
)
Parameters
- caller
- Type: SystemObject
Reference to object causing the context menu to be shown. - screenRect
- Type: System.DrawingRectangle
Screen rectangle.
Return Value
Type:
BooleanHas the context menu become displayed.
See Also