Class ShowContextMenuResponse
- Namespace
- DotNetBrowser.Browser.Handlers
- Assembly
- DotNetBrowser.dll
The response to the ShowContextMenuHandler.
public sealed class ShowContextMenuResponse
- Inheritance
-
ShowContextMenuResponse
- Inherited Members
Methods
- Close()
Creates a ShowContextMenuResponse that notifies the browser the context menu should be closed.
- 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.