Click or drag to resize

ShellTreeNodeChecked 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.2
Syntax
public bool Checked { get; set; }

Property Value

Boolean

Implements

ICheckableItemChecked
See Also