Search
PrintOptions.PreviewStrClose Property
See Also
 



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

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
BSTR get_PreviewStrClose ()
void put_PreviewStrClose (
    BSTR value
)

 Property Value

A string value. The default is "Close".

 See Also