Gets or sets whether multiple selected nodes can be resized simultaneously.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AllowMultipleResize() As Boolean |
C++
Copy Code
|
|---|
public: |
true to let the user resize multiple selected nodes; otherwise, false. The default value is false.
See Also