Search
Box.FillColor Property
See Also
 



Gets or sets the color used to fill the box interior.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_FillColor ()
void put_FillColor (
    unsigned int value
)

 Property Value

A color value. Initialized with FlowChart.BoxFillColor.

 Remarks

Sets the color of the box interior.

 See Also