Search
Overview.BackColor Property
See Also
 



Gets or sets the background color of the overview window.

 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:120,120,120 (gray).

 Remarks

This color fills the region of the overview window lying outside the flowchart boundaries. The rectangle defined by the flowchart's bounds is filled using the BackColor of the FlowChart class.

 See Also