PtrDevice:InPreview Access
<< Click to Display Table of Contents >> PtrDevice:InPreview Access |
![]() ![]() ![]() |
Type | Logic |
Purpose
Returns TRUE if the PtrDevice is currently in the PrintPreview() mode; FALSE, otherwise.
Example
// Is this PtrDevice currently in a Print Preview mode?
if oPtrDevice:InPreview
...
endif