TTMSFNCWebBrowserOnGetContextMenu Event Type
Fired when the browser is about to show a context menu, allowing the application to inspect or modify the item list.
API unit family: TMSFNCWebBrowser
Parameters
| Name | Description |
|---|---|
Sender |
The web browser control that triggered the event. |
ATarget |
Information about the element under the cursor. See TTMSFNCWebBrowserTargetItem. |
AContextMenu |
List of context menu items. Add, remove, or modify entries to customise the menu. |