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.1
Syntax bool 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
Type:
BooleanTrue if checked, false if not.
See Also