ContextMenuItemIsChecked Property  | 
 
                Indicates whether context menu item is checked or not.
            
 
    Namespace: 
   DotNetBrowser.ContextMenu
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.3
Syntaxpublic bool IsChecked { get; }Property Value
Type: 
Booleantrue if the item is checked, 
false otherwise.
See Also