Search
FlowChart.BoxesExpandable Property
See Also
 



Gets or sets value indicating whether newly created boxes can be expanded.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_BoxesExpandable ()
void put_BoxesExpandable (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Default value for the Expandable property of newly created boxes.

 See Also