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?