Search
PrintOptions.PreviewStrPrint Property
See Also
 



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

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
BSTR get_PreviewStrPrint ()
void put_PreviewStrPrint (
    BSTR value
)

 Property Value

A string value. The default is "Print".

 See Also