Click or drag to resize

ICheckableItemChecked Property

Gets or sets a value indicating whether the item is checked.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
bool Checked { get; set; }

Property Value

Type: Boolean
True if checked, false if not.
See Also