Search
FlowChart.BoxText Property
See Also
 



Gets or sets the initial text of new boxes.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
BSTR get_BoxText ()
void put_BoxText (
    BSTR value
)

 Property Value

A string value. The default is an empty string.

 Remarks

Default value for the Text property of new boxes.

 See Also