PopupMenu.ShowPopup(Point, Object) Method
Displays the context menu at the specified position.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public override void ShowPopup(
Point p,
object activator
)
Public Overrides Sub ShowPopup(
p As Point,
activator As Object
)
Parameters
Name | Type | Description |
---|---|---|
p | Point | A screen point at which to display the PopupMenu. |
activator | Object | An object that activates the PopupMenu. |
See Also
Feedback