If showUpDown is set to true then a spin control is used to adjust time values instead of the dropdown calendar.
[Visual Basic] Public Property ShowUpDown As Boolean [C#] public bool ShowUpDown {get; set;} [C++] public: __property bool get_ShowUpDown(); public: __property void set_ShowUpDown(bool); [JScript] public function get ShowUpDown() : Boolean; public function set ShowUpDown(Boolean);
DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace