I'd like to keep the appearance of the default context menu for the DateEdit control, but I want to change the Delete action to set the control's EditValue to DateTime.MinValue. Right now Delete just removes some of the numbers in the date; I want Delete to empty the whole date.
Is it possible to modify the base context menu or do I need to recreate the whole menu?
Thanks,
Simon