Action
Opens a context menu at the specified position.
Syntax
C#
base.OpenContextMenu([pos])
VB
base.OpenContextMenu([pos])
Variable |
Description |
pos |
Optional: The coordinates to open the context menu relative to the element on which this function is called. Point.
|