Search
FlowChart.BackColor Property
See Also
 



Gets or sets the color used to fill the background of the component.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_BackColor ()
void put_BackColor (
    unsigned int value
)

 Property Value

A color value. The default is RGB:255,255,255 (white).

 Remarks

Gets or sets the color used to paint the FlowChartX background. If a background Picture is set, the area left uncovered by the image is still painted using BackColor.

 See Also