Some of the content in this topic may not be applicable to some languages.
You can use the ShowNavigationButtons property to specify or determine whether navigation buttons are available in the Snapshot Viewer control.
The ShowNavigationButtons property uses the following settings.
Setting | Visual Basic | Description |
---|---|---|
Yes | True | (Default) The control's navigation buttons are displayed. |
No | False | The control's navigation buttons are not displayed. |
You can set the ShowNavigationButtons property by using the control's property sheet or Visual Basic.
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.