New
Feature Request
Information about the object at the mouse position
The event TextContextMenuOpening provides TextContextMenuEventArgs, which has a property ContextMenuLocation (of type ContextMenuLocation enumeration), which contains information about the object where the context menu will be shown.
I would like to be able to get this information from a Point, e.g. the Location of the MouseEventArgs.
This would enable a programmer to react on e.g. the MouseMove event depending on the object under the mouse cursor.
Comments (0)