This class is used for context menu events, sent to give the application a chance to show a context (popup) menu for a
Note that if
Notice that the exact sequence of mouse events is different across the platforms. For example, under MSW the context menu event is generated after
See:
This class is derived (and can use functions) from:
wxWidgets docs:
Use
Returns the position in screen coordinates at which the menu should be shown.
Use
You can also omit a position from
If the event originated from a keyboard event, the value returned from this function will be wxDefaultPosition.
Sets the position at which the menu should be shown.