Gets or sets a value indicating whether the position of this box can be changed by automatic layout methods.
SyntaxVB6
Copy Code
|
|---|
Public Property Get IgnoreLayout() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksSpecifies whether the position of a diagram item can be changed by automatic layout methods. If enabled, the position of an item won't be changed.
See Also