Search
PrintOptions.PreviewBtnEnabled Property
See Also
 



 Syntax

VB6  Copy Code

Public Property Get PreviewBtnEnabled( _
    ByVal Index As Long _
) As Boolean
Public Property Let PreviewBtnEnabled( _
    ByVal Index As Long, _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_PreviewBtnEnabled (
    int Index
)
void put_PreviewBtnEnabled (
    int Index,
    bool value
)

 Parameters

Index

 Property Value

 See Also