Search
FlowChart.BoxFrameColor Property
See Also
 



Gets or sets the default color for drawing frames of newly created boxes.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_BoxFrameColor ()
void put_BoxFrameColor (
    unsigned int value
)

 Property Value

A color value. The default is RGB:0,0,0 (black).

 Remarks

Default value for the FrameColor property of newly created boxes.

 See Also