Search
FlowChart.ArrowSelStyle Property
See Also
 



Gets or sets the initial value for the SelStyle property of new arrows.

 Syntax

VB6  Copy Code

Public Property Get ArrowSelStyle() As ESelStyle
Public Property Let ArrowSelStyle( _
    ByVal Value As ESelStyle _
)

C++  Copy Code

public:
ESelStyle get_ArrowSelStyle ()
void put_ArrowSelStyle (
    ESelStyle value
)

 Property Value

A member of the ESelStyle enumeration. The default value is sstSquareHandles.

 Remarks

Default value for the SelStyle property of new arrows, created either programmatically or by a user. That property specifies how arrows' selection status is indicated visually.

 See Also