Hi,
Is it possible to change the form icon displayed by the UltraPrintPreviewDialog ?
thanks in advance
Hello ffimbel,
Actually there is a property called Icon which is not displayed through intellisense of the UltraPrintPreviewDialog.
So what you could do is set it to be equal to a new Icon, like this:
ultraPrintPreviewDialog1.Icon = new Icon( "..\\..\\icon.ico");
Please do not hesitate to contact us if you need any additional assistance.