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