'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the item is checked.")> Public Property Checked As System.Boolean
'Usage
Dim instance As NListBoxItem Dim value As System.Boolean instance.Checked = value value = instance.Checked
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value whether the item is checked.")] public System.bool Checked {get; set;}