Click or drag to resize

BrowserViewShowContextMenuHandler Property

The default context menu handler implementation for this browser view.

Namespace:  DotNetBrowser.WinForms
Assembly:  DotNetBrowser.WinForms (in DotNetBrowser.WinForms.dll) Version: 2.13.0
Syntax
C#
public IHandler<ShowContextMenuParameters, ShowContextMenuResponse> ShowContextMenuHandler { get; }

Property Value

Type: IHandlerShowContextMenuParameters, ShowContextMenuResponse
See Also