Hi,
I am using ultraPrintPreviewDialog and UltraGridPrintDocument.I have write the code to print the document.
Now i need to hide the toolbar to restrict the user to print the document.
How to hide the toolbar of ultraPrintPreviewDialog........?
Please help me if any one have any idea about it..................?
The UltraPrintPreviewDialog has a public property named ToolbarsManager that you can access at runtime. You would have to iterate the Tools and disable the tools you want to disable and you can iterate the Toolbars to find the toolbar you want to hide.
Hi Andrew,
I'm using version 8.3 but it seems that this property (ToolbarsManager) isn't public. Is there a way to hide some tools in another way.
Regards