Home > BSPrinter documentation > Reference

CurrentPrinterDefaultSettingChange Event

Applies to: PrintPreview

  Parameter(s):  
   Info     PropertyName     As     String  
   Info     NewValue     As     Variant  
   Info     ControlInUse     As     Boolean  


Description:

Occurs when a default setting is changed in Windows for the currently selected printer device (such as default Orientation or Paper Size).

For example if the Orientation changes from vertical to horizontal, the PropertyName argument will be "Orientation" and NewValue will be 2 - vbPRDPHorizontal

The parameter ControlInUse indicates whether this control instance is currently in use (with a report).

See Also:

DefaultPrinterChange event