So instead of this showing up on clicking the dropdown menu.
I want the dropdown to be like this when clicked.
Thanks a lot for any help.
Try using Format properties:
dateTimePicker.Format = DateTimePickerFormat.Custom; dateTimePicker.CustomFormat = "MM";