Search
FlowChart.ArrowText Property
See Also
 



Gets or sets the default text of new arrows.

 Syntax

VB6  Copy Code

Public Property Get ArrowText() As String
Public Property Let ArrowText( _
    ByVal value As String _
)

C++  Copy Code

public:
BSTR get_ArrowText ()
void put_ArrowText (
    BSTR value
)

 Property Value

A string value. The default is an empty string.

 Remarks

Default value for the Text property of new arrows.

 See Also