non-value for DateTimePicker in CF2.0

  • Thread starter Thread starter David D Webb
  • Start date Start date
D

David D Webb

Is there any way to specify a non-value or DateTime.MinValue for the new
DateTimePicker control in CF2.0? The OpenNetCF DateTimePicker had a
ShowCheckBox property that would allow you to disable the control and set it
to the MinValue. It wasn't pretty, but it worked.

-Dave
 
Arggg, the ShowCheckBox property is now gone from the OpenNETCF 2.0 SDF for
the DateTimePicker. So is the BorderStyle property (though I'm not sure
that one actually worked previously).
 
Back
Top