Method Select
- Namespace
- DotNetBrowser.Browser.Handlers
- Assembly
- DotNetBrowser.dll
Select(ContextMenuItem)
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.
public static ShowContextMenuResponse Select(ContextMenuItem item)
Parameters
itemContextMenuItemThe menu item that should be selected.
Returns
- ShowContextMenuResponse
The ShowContextMenuResponse instance that can be used as a return value in ShowContextMenuHandler implementation.
Exceptions
- ArgumentException
The
itemis null.