What should you do to change the control so that it will allow the Certkiller .com uses to change the selected time?

You have just included a DateTimePicker control to a form.
You then set the format property to Time.
During the cause of the day, you check how the DateTimePicker control is working, and learnt that it does not allow the Domain.com users to change the selected time. What should you do to change the control so that it will allow the Domain.com uses to change the selected time?

You have just included a DateTimePicker control to a form.
You then set the format property to Time.
During the cause of the day, you check how the DateTimePicker control is working, and learnt that it does not allow the Domain.com users to change the selected time. What should you do to change the control so that it will allow the Domain.com uses to change the selected time?

A.
You should set the ShowUpDown property to True.

B.
You should set the ShowSelectBox property to True.

C.
You should set the Visible property to False.

D.
You should set the Checked property to False.

Explanation:
The ShowUpDown property is by default set on False. You should set it on True. On False it will show the DateTimePicker must simulate a drop-down control. This setting will allow the users to set the MonthCalender. If it is set to True the users can select the time.

Incorrect Answers:
B: The ShowSelectBox will not resolve the problem. This will show if a CheckBox should be displayed on the DateTimePicker.
C: If you set the Visible property to False, it will hide the DateTimePicker. .
D: You should not set the Checked property to False. If this is set on True, a CheckBox control will be displayed on the DateTimePicker



Leave a Reply 0

Your email address will not be published. Required fields are marked *