Search
PrintOptions.PreviewWndTitle Property
See Also
 



Gets or sets the caption of the preview window title-bar.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
BSTR get_PreviewWndTitle ()
void put_PreviewWndTitle (
    BSTR value
)

 Property Value

A string value. The default is "Preview".

 See Also