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.ShowCheckBox

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

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace