Search
PrintOptions.PreviewStrNextPage Property
See Also
 



Gets or sets the title of the 'NextPage' button on the preview window toolbar.

 Syntax

VB6  Copy Code

Public Property Get PreviewStrNextPage() As String
Public Property Let PreviewStrNextPage( _
    ByVal value As String _
)

C++  Copy Code

public:
BSTR get_PreviewStrNextPage ()
void put_PreviewStrNextPage (
    BSTR value
)

 Property Value

A string value. The default is "Next Page".

 See Also