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: 7.2
Syntax
bool Checked { get; set; }

Property Value

Boolean
True if checked, false if not.
See Also