ContextMenuExecuteModel Constructor |
Version 106.0.290
Default constructor
Namespace:
CefSharp.Wpf.Handler
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 106.0.290.0 (106.0.290.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
- Type: CefSharp.CefMenuCommand
menu command - dictionarySuggestions
- Type: System.Collections.Generic.IList<String>
dictioanry suggestion - xCoord
- Type: System.Int32
x coordinate - yCoord
- Type: System.Int32
y coordinate - selectionText
- Type: System.String
selection text - misspelledWord
- Type: System.String
misspelled word
See Also