Search
DecorationLine.Visible Property
See Also
 



Gets or sets a value indicating whether this line should be drawn on the screen.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_Visible ()
void put_Visible (
    bool value
)

 Property Value

A boolean value. The default is true.

 See Also