Search
FlowChart.BoxFillColor Property
See Also
 



Gets or sets the default color for filling the interior of new boxes.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_BoxFillColor ()
void put_BoxFillColor (
    unsigned int value
)

 Property Value

A color value. The default is RGB:204,204,240 (light blue).

 Remarks

Default value for the FillColor property of newly created boxes.

 See Also