Search
FlowChart.AllowMultipleResize Property
See Also
 



Gets or sets whether multiple selected nodes can be resized simultaneously.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_AllowMultipleResize ()
void put_AllowMultipleResize (
    bool value
)

 Property Value

true to let the user resize multiple selected nodes; otherwise, false. The default value is false.

 See Also