KryptonContextMenuShow Method |
| Name | Description | |
|---|---|---|
| Show(Object) |
Show the context menu at the current mouse location.
| |
| Show(Object, Point) |
Show the context menu relative to the provided screen point.
| |
| Show(Object, Rectangle) |
Show the context menu relative to the provided screen rectangle.
| |
| Show(Object, KryptonContextMenuPositionH, KryptonContextMenuPositionV) |
Show the context menu relative to the current mouse location.
| |
| Show(Object, Point, KryptonContextMenuPositionH, KryptonContextMenuPositionV) |
Show the context menu relative to the provided screen point.
| |
| Show(Object, Rectangle, KryptonContextMenuPositionH, KryptonContextMenuPositionV) |
Show the context menu relative to the provided screen rectangle.
| |
| Show(Object, Rectangle, KryptonContextMenuPositionH, KryptonContextMenuPositionV, Boolean, Boolean) |
Show the context menu relative to the provided screen rectangle.
|