CefContextMenuParams MembersXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefContextMenuParams type exposes the following members.
Methods

  NameDescription
Public methodDispose
Releases all resources used by the CefContextMenuParams
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodGetDictionarySuggestions
Returns true if suggestions exist, false otherwise. Fills in |suggestions| from the spell check service for the misspelled word if there is one.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetMisspelledWord
Returns the text of the misspelled word, if any, that the context menu was invoked on.
Public methodGetMisspellingHash
Returns the hash of the misspelled word, if any, that the context menu was invoked on.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyContextMenuType
Returns flags representing the type of node that the context menu was invoked on.
Public propertyEditState
Returns flags representing the actions supported by the editable node, if any, that the context menu was invoked on.
Public propertyFrameCharset
Returns the character encoding of the subframe that the context menu was invoked on.
Public propertyFrameUrl
Returns the URL of the subframe that the context menu was invoked on.
Public propertyHasImageContents
Returns true if the context menu was invoked on an image which has non-empty contents.
Public propertyIsEditable
Returns true if the context menu was invoked on an editable node.
Public propertyIsSpellCheckEnabled
Returns true if the context menu was invoked on an editable node where spell-check is enabled.
Public propertyLinkUrl
Returns the URL of the link, if any, that encloses the node that the context menu was invoked on.
Public propertyMediaState
Returns flags representing the actions supported by the media element, if any, that the context menu was invoked on.
Public propertyMediaType
Returns the type of context node that the context menu was invoked on.
Public propertyPageUrl
Returns the URL of the top level page that the context menu was invoked on.
Public propertySelectionText
Returns the text of the selection, if any, that the context menu was invoked on.
Public propertySourceUrl
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.
Public propertyUnfilteredLinkUrl
Returns the link URL, if any, to be used ONLY for "copy link address". We don't validate this field in the frontend process.
Public propertyX
Returns the X coordinate of the mouse where the context menu was invoked. Coords are relative to the associated RenderView's origin.
Public propertyY
Returns the Y coordinate of the mouse where the context menu was invoked. Coords are relative to the associated RenderView's origin.
Back to Top
See Also