I am looking for a way to disable 'Preferences' Button in Print Dialog in WPF. What I want is preventing the user from clicking that button and do unnecessary changes to the print.
I want to do it without creating a whole other print dialog on my own. Is there a possible way of accessing those buttons from code behind and manipulate them?