<tdclass="itemcode"><code>class function <strong><ahref="uCEFContextMenuParams.TCefContextMenuParamsRef.html#UnWrap-Pointer-">UnWrap</a></strong>(data: Pointer): <ahref="uCEFInterfaces.ICefContextMenuParams.html">ICefContextMenuParams</a>;</code></td>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetXCoord">ICefContextMenuParams.GetXCoord</a>.</p><p>
Returns the X coordinate of the mouse where the context menu was invoked. Coords are relative to the associated RenderView's origin. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetYCoord">ICefContextMenuParams.GetYCoord</a>.</p><p>
Returns the Y coordinate of the mouse where the context menu was invoked. Coords are relative to the associated RenderView's origin. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetTypeFlags">ICefContextMenuParams.GetTypeFlags</a>.</p><p>
Returns flags representing the type of node that the context menu was invoked on. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetLinkUrl">ICefContextMenuParams.GetLinkUrl</a>.</p><p>
Returns the URL of the link, if any, that encloses the node that the context menu was invoked on. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetUnfilteredLinkUrl">ICefContextMenuParams.GetUnfilteredLinkUrl</a>.</p><p>
Returns the link URL, if any, to be used ONLY for "copy link address". We don't validate this field in the frontend process. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetSourceUrl">ICefContextMenuParams.GetSourceUrl</a>.</p><p>
Returns the source URL, if any, for the element that the context menu was invoked on. Example of elements with source URLs are img, audio, and video. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#HasImageContents">ICefContextMenuParams.HasImageContents</a>.</p><p>
Returns true (1) if the context menu was invoked on an image which has non-NULL contents. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetTitleText">ICefContextMenuParams.GetTitleText</a>.</p><p>
Returns the title text or the alt text if the context menu was invoked on an image. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetPageUrl">ICefContextMenuParams.GetPageUrl</a>.</p><p>
Returns the URL of the top level page that the context menu was invoked on. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetFrameUrl">ICefContextMenuParams.GetFrameUrl</a>.</p><p>
Returns the URL of the subframe that the context menu was invoked on. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetFrameCharset">ICefContextMenuParams.GetFrameCharset</a>.</p><p>
Returns the character encoding of the subframe that the context menu was invoked on. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetMediaType">ICefContextMenuParams.GetMediaType</a>.</p><p>
Returns the type of context node that the context menu was invoked on. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetMediaStateFlags">ICefContextMenuParams.GetMediaStateFlags</a>.</p><p>
Returns flags representing the actions supported by the media element, if any, that the context menu was invoked on. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetSelectionText">ICefContextMenuParams.GetSelectionText</a>.</p><p>
Returns the text of the selection, if any, that the context menu was invoked on. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetMisspelledWord">ICefContextMenuParams.GetMisspelledWord</a>.</p><p>
Returns the text of the misspelled word, if any, that the context menu was invoked on. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetDictionarySuggestions-TStringList-">ICefContextMenuParams.GetDictionarySuggestions</a>.</p><p>
Returns true (1) if suggestions exist, false (0) otherwise. Fills in |suggestions| from the spell check service for the misspelled word if there is one. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#IsEditable">ICefContextMenuParams.IsEditable</a>.</p><p>
Returns true (1) if the context menu was invoked on an editable node. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#IsSpellCheckEnabled">ICefContextMenuParams.IsSpellCheckEnabled</a>.</p><p>
Returns true (1) if the context menu was invoked on an editable node where spell-check is enabled. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#GetEditStateFlags">ICefContextMenuParams.GetEditStateFlags</a>.</p><p>
Returns flags representing the actions supported by the editable node, if any, that the context menu was invoked on. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefContextMenuParams.html#IsCustomMenu">ICefContextMenuParams.IsCustomMenu</a>.</p><p>
Returns true (1) if the context menu contains items specified by the renderer process. </p>
<tdclass="itemcode"><spanid="UnWrap-Pointer-"></span><code>class function <strong>UnWrap</strong>(data: Pointer): <ahref="uCEFInterfaces.ICefContextMenuParams.html">ICefContextMenuParams</a>;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="nodescription">This item has no description.</p></td></tr>