disableUI
Description
Set to true to disable all of Internet Explorer's printing facilities, including the File/Page setup, File/Print main menu commands, the Print context menu command and the window.print() scripting method.
Given this, the only way left to print is via the ScriptX Print and PrintHTML methods.
This is a read/write property.
Syntax
printing.disableUI= true|false
Example
Check out the ScriptX Advanced Printing sample.