Click or drag to resize

KryptonContextMenuShow Method

Overload List
  NameDescription
Public methodShow(Object)
Show the context menu at the current mouse location.
Public methodShow(Object, Point)
Show the context menu relative to the provided screen point.
Public methodShow(Object, Rectangle)
Show the context menu relative to the provided screen rectangle.
Public methodShow(Object, KryptonContextMenuPositionH, KryptonContextMenuPositionV)
Show the context menu relative to the current mouse location.
Public methodShow(Object, Point, KryptonContextMenuPositionH, KryptonContextMenuPositionV)
Show the context menu relative to the provided screen point.
Public methodShow(Object, Rectangle, KryptonContextMenuPositionH, KryptonContextMenuPositionV)
Show the context menu relative to the provided screen rectangle.
Public methodShow(Object, Rectangle, KryptonContextMenuPositionH, KryptonContextMenuPositionV, Boolean, Boolean)
Show the context menu relative to the provided screen rectangle.
Top
See Also