Search
FlowChart.BoxStyle Property
See Also
 



Gets or sets the default style of new boxes.

 Syntax

VB6  Copy Code

Public Property Get BoxStyle() As EBoxStyle
Public Property Let BoxStyle( _
    ByVal Value As EBoxStyle _
)

C++  Copy Code

public:
EBoxStyle get_BoxStyle ()
void put_BoxStyle (
    EBoxStyle value
)

 Property Value

A member of the EBoxStyle enumeration. The default is bsRect.

 Remarks

Default value for the Style property of new boxes created either programmatically or by a user.

 See Also