'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <SRCategoryAttribute("CatAppearance")> <SRDescriptionAttribute("DateTimePickerShowNoneDescr")> Public Property ShowCheckBox As System.Boolean
'Usage
Dim instance As NDateTimePicker Dim value As System.Boolean instance.ShowCheckBox = value value = instance.ShowCheckBox
[System.ComponentModel.DefaultValue(false)] [SRCategory("CatAppearance")] [SRDescription("DateTimePickerShowNoneDescr")] public System.bool ShowCheckBox {get; set;}