Property
VisibleButtonPrintPreview
Description
Specifies whether to show the print preview button in the toolbar or not.
Type
Boolean
Values
True (-1)
Shows the button
False (0)
Hides the button
Default
True (-1)
Example
Code
Cube1.VisibleButtonPrintPreview = True
HTML
<PARAM NAME="VisibleButtonPrintPreview" VALUE="-1">
See also
Notes