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)
Syntaxpublic 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: CefSharpCefMenuCommand
menu command - dictionarySuggestions
 - Type: System.Collections.GenericIListString
dictioanry suggestion - xCoord
 - Type: SystemInt32
x coordinate - yCoord
 - Type: SystemInt32
y coordinate - selectionText
 - Type: SystemString
selection text - misspelledWord
 - Type: SystemString
misspelled word 
See Also