Retrieves a print flag value.
Syntax
[ uFlag = ] dialogArguments.__IE_uPrintFlags
Possible Values
| uFlag | Integer that
receives one of the following values.PRINT_DEFAULT (0x0000)- Use default settings for displaying print dialog.
PRINT_DONTBOTHERUSER (0x0001)- When printing (not previewing), try not to bring up a print dialog.
PRINT_WAITFORCOMPLETION (0x0002)- Wait for completion before returning - use a modal dialog in printing.
|
The property is read-only.
The property has no default value.
Remarks
For more information, see IDM_PRINT.
Applies To