ICheckableItemChecked Property |
Gets or sets a value indicating whether the item is checked.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxbool Checked { get; set; }Property Checked As Boolean
Get
Set
property bool Checked {
bool get ();
void set (bool value);
}abstract Checked : bool with get, set
Property Value
BooleanTrue if checked, false if not.
See Also