Search
Box.FrameColor Property
See Also
 



Gets or sets the color of the pen used to draw the box border lines.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_FrameColor ()
void put_FrameColor (
    unsigned int value
)

 Property Value

A color value. Initialized with FlowChart.BoxFrameColor.

 Remarks

Specifies the color of the box frame lines.

 See Also