winforms - I want to use up and down arrow keys and calender DropDown in DateTimePicker in C# -


i trying use , down arrow keys , calender dropdown in datetimepicker in c#.

when using showupdown=true property of datetimepicker control arrow keys enabled calendar drop-down disabled.

so please let me know how can use , down keys , calender dropdown key in datetimepicker control.

if understand question, datetimepicker has showupdown=true want calendar drop down appear (with key combination).

well can't , comes directly documentation of showupdown property (just press on f1 in property window)

when showupdown property set true, spin button control (also known up-down control), rather drop-down calendar, used adjust time values. date , time can adjusted selecting each element individually , using , down buttons change value.

you 1 or other. may want @ datetimepicker controls 3rd party vendors devexpress, may have combination looking for.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -