Description

Shows a context menu from the list of commands. Blank fields are treated as separators.

Syntax

rv = Command_Services("ShowContextMenu", MousePoint, Commands, UserData)

Parameters

ParameterDescription
MousePoint

The x,y mouse position where the context menu should be displayed. See Form_Services ClientToScreen.

Commands

The list of commands to be displayed. Commands are filtered and displayed by access (enabled, disabled, hidden)
UserDataCustom data that will be passed to the context menu event.

See Also

SRP Ribbon - ShowCommandContextMenu method.

Version

16.0.18

  • No labels