Search
FlowChart.DynamicArrows Property
See Also
 



Gets or sets the default value for the Dynamic property of new arrows.

 Syntax

VB6  Copy Code

Public Property Get DynamicArrows() As Boolean
Public Property Let DynamicArrows( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_DynamicArrows ()
void put_DynamicArrows (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Default value for the Dynamic property of new arrows.

 See Also