This is what you get if you click on printer in the page setting dialog. It lets you select what printer to format the page settings for (list of trays, margins on papers etc):
Wordpad uses the win32 PrintDlgEx Print Property Sheet for the File/Print dialog.
This is the properties dialog for the printer avalible from the dialog:
This is what you get if you click on the Advanced button.
They also have a print preview dialog, but this is not a win32 common dialog.
They do however use that common print dialog (PrintDlg, not PrintDlgEx though), with some added custom widgetry:
The added Options button ("Alternativ...") brings up this dialog:
The actual File/Print dialog looks like this:
The advanced button gives this dialog:
But uses the standard PrintDlg call for the print dialog, with some added widgets for frames handling: