Click or drag to resize

ShowContextMenuResponseSelect Method

Creates a ShowContextMenuResponse that notifies the browser that the item should be selected. The browser will execute the corresponding functionality of the selected context menu item. The context menu state will be changed to closed.

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static ShowContextMenuResponse Select(
	ContextMenuItem item
)

Parameters

item
Type: DotNetBrowser.ContextMenuContextMenuItem
The menu item that should be selected.

Return Value

Type: ShowContextMenuResponse
The ShowContextMenuResponse instance that can be used as a return value in ShowContextMenuHandler implementation.
Exceptions
ExceptionCondition
ArgumentExceptionThe item is null.
See Also