Click or drag to resize

ShellListBaseItemChecked Property

This property calls CheckState and returns true only if the item is CheckState.Checked and false if in CheckState.Grayed or CheckState.UnChecked.

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

Property Value

Type: Boolean

Implements

ICheckableItemChecked
See Also