[This is preliminary documentation and is subject to change.]
The CefContextMenuParams type exposes the following members.Methods
Name | Description | |
---|---|---|
Dispose | ||
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetDictionarySuggestions |
Returns true if suggestions exist, false otherwise. Fills in |suggestions|
from the spell check service for the misspelled word if there is one.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetMisspelledWord |
Returns the text of the misspelled word, if any, that the context menu was
invoked on.
| |
GetMisspellingHash |
Returns the hash of the misspelled word, if any, that the context menu was
invoked on.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also