Click or drag to resize

ContextMenuItemIsEnabled Property

Indicates whether context menu item is enabled or not.

Namespace:  DotNetBrowser.ContextMenu
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool IsEnabled { get; }

Property Value

Type: Boolean
true if the item is enabled, false otherwise.
See Also