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