When ShowCheckBox is set to true a checkbox is displayed to the left of the date in the control. When the checkbox is unchecked the value of NoValueSelected is true, indicating no date is selected.
[Visual Basic] Public Property ShowCheckBox As Boolean [C#] public bool ShowCheckBox {get; set;} [C++] public: __property bool get_ShowCheckBox(); public: __property void set_ShowCheckBox(bool); [JScript] public function get ShowCheckBox() : Boolean; public function set ShowCheckBox(Boolean);
DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace