Click or drag to resize

ShowContextMenuParametersLocation Property

Gets the context menu location. This location is related to the frame the context menu is invoked on.

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public Point Location { get; }

Property Value

Type: Point
The context menu location.
See Also