You can use the ShowNavigationButtons property to specify or determine whether navigation buttons are available in the Snapshot Viewer control.
Setting
The ShowNavigationButtons property uses the following settings.
Setting | Visual Basic | Description |
---|---|---|
Yes | True (–1) | (Default) The control's navigation buttons are displayed. |
No | False (0) | The control's navigation buttons are not displayed. |
You can set the ShowNavigationButtons property by using the control's property sheet or Visual Basic.
Remarks
When this property is set to No, the only way to navigate between pages in a snapshot is by using the snapshot control's pop-up menu or by setting the CurrentPage property using Visual Basic for Applications.