DateTimePicker Editable Like TextBox in WinForm

2019-05-31 01:43发布

问题:

I need a Winform component to act like a DateTimerPicker which is available in C# but I need it to be editable the same way as the TextBox component.

Is there something like that? or How can I override DateTimerPicker to Act like that if that's possible?