NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimePicker.ShowUpDown

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);

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace