Click or drag to resize

ContextMenuExecuteModel Constructor

Version 102.0.100
Default constructor

Namespace:  CefSharp.Wpf.Handler
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
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