ContextMenuExecuteModel Constructor |
Version 130.1.90
Default constructor
Namespace: CefSharp.Wpf.HandlerAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public ContextMenuExecuteModel(
CefMenuCommand menuCommand,
IList<string> dictionarySuggestions,
int xCoord,
int yCoord,
string selectionText,
string misspelledWord
)
public:
ContextMenuExecuteModel(
CefMenuCommand menuCommand,
IList<String^>^ dictionarySuggestions,
int xCoord,
int yCoord,
String^ selectionText,
String^ misspelledWord
)
Parameters
- menuCommand CefMenuCommand
- menu command
- dictionarySuggestions IListString
- dictioanry suggestion
- xCoord Int32
- x coordinate
- yCoord Int32
- y coordinate
- selectionText String
- selection text
- misspelledWord String
- misspelled word
See Also