ShowContextMenuParametersIsMainFrame Property |
Indicates whether the context menu is invoked on the main frame.
Namespace:
DotNetBrowser.Browser.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.0
Syntax public bool IsMainFrame { get; }
Property Value
Type:
Booleantrue if the context menu is invoked on the main frame,
false otherwise.
See Also