I have a custom WinForms control (inherits from control, i.e. without user interface jsut as Timer) to which I want to add a custom command add design time.
This could be similar to the "right click and choose 'Edit Items...'" of a menu.
Is this posisble? How?
Also, could you recommend some general reading (online) about improving the design time experience of custom controls?