Search
DecorationLine.Printable Property
See Also
 



Gets or sets a value indicating whether this line should be drawn on paper when printing.

 Syntax

VB6  Copy Code

Public Property Get Printable() As Boolean
Public Property Let Printable( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_Printable ()
void put_Printable (
    bool value
)

 Property Value

A boolean value. The default is true.

 See Also