Property IsChecked
- Namespace
- DotNetBrowser.ContextMenu
- Assembly
- DotNetBrowser.dll
IsChecked
Indicates whether context menu item is checked or not.
public bool IsChecked { get; }
Property Value
- bool
true
if the item is checked,false
otherwise.
Indicates whether context menu item is checked or not.
public bool IsChecked { get; }
true
if the item is checked, false
otherwise.