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