Sets the image associated with a specified button in the print-preview window.
SyntaxVB6
Copy Code
|
|---|
Public Property Let PreviewTbarPicture( _ |
C++
Copy Code
|
|---|
public: |
A picture object.
RemarksPreviewTbarPicture is an indexed property. With its help, you can assign new images to be displayed on buttons of the print-preview window. How picture indices correspond to toolbar buttons is shown below:
Button name | Picture index |
|---|---|
0 | |
Zoom In | 1 |
Zoom Out | 2 |
Prev Page | 3 |
Next Page | 4 |
Landscape | 5 |
Portrait | 6 |
Fit Page | 8 |
Close | 7 |
See Also