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