Click or drag to resize

ContextMenuItemIsChecked Property

Indicates whether context menu item is checked or not.

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

Property Value

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