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.1
Syntax public bool Checked { get; set; }
Public Property Checked As Boolean
Get
Set
public:
virtual property bool Checked {
bool get () sealed;
void set (bool value) sealed;
}
abstract Checked : bool with get, set
override Checked : bool with get, set
Property Value
Type:
BooleanImplements
ICheckableItemCheckedSee Also