| ContextMenuExecuteModel Constructor  | 
Version 118.6.80 
            Default constructor
            
 
    Namespace: 
   CefSharp.Wpf.Handler
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
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
See Also