I am inheriting from the PrintPreviwDialog class in c#. I want to override the Print button on the toolbar, so that I can give the option of printer selection.
Unfortunately it looks like the toolbar control that has the print button is private, and I don't see any events that I can override.
There must be some solution to getting the print preview dialog and then being allowed to use the PrintDialog control.