Click or drag to resize

ShowContextMenuParametersIsMainFrame Property

Indicates whether the context menu is invoked on the main frame.

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntax
C#
public bool IsMainFrame { get; }

Property Value

Type: Boolean
true if the context menu is invoked on the main frame, false otherwise.
See Also