'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.BindableAttribute(True)> <SRDescriptionAttribute("DateTimePickerCheckedDescr")> Public Property Checked As System.Boolean
'Usage
Dim instance As NDateTimePicker Dim value As System.Boolean instance.Checked = value value = instance.Checked
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Bindable(true)] [SRDescription("DateTimePickerCheckedDescr")] public System.bool Checked {get; set;}