Search
FlowChart.BoxFillColor2 Property
See Also
 



Gets or sets the default second color for filling the interior of new boxes with a gradient.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_BoxFillColor2 ()
void put_BoxFillColor2 (
    unsigned int value
)

 Property Value

A color value. The default is RGB:220,220,255 (light blue).

 Remarks

Specifies default value for the FillColor2 property of newly created boxes.

 See Also