Click or drag to resize

ContextMenuExecuteModel Constructor

Version 130.1.90
Default constructor

Namespace: CefSharp.Wpf.Handler
Assembly: 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
)

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