Click or drag to resize

ShowContextMenuResponseClose Method

Creates a ShowContextMenuResponse that notifies the browser the context menu should be closed.

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

Return Value

Type: ShowContextMenuResponse
The ShowContextMenuResponse instance that can be used as a return value in ShowContextMenuHandler implementation.
See Also