Search
DecorationLine.Color Property
See Also
 



Gets or sets the color in which the line should be painted.

 Syntax

VB6  Copy Code

Public Property Get Color() As Long
Public Property Let Color( _
    ByVal value As Long _
)

C++  Copy Code

public:
unsigned int get_Color ()
void put_Color (
    unsigned int value
)

 Property Value

A color object.

 See Also