(
a feature of FlowChartX Pro edition)
Gets or sets a value indicating whether users are allowed to put this box in a container.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AllowContainment() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksContainers are boxes that can hold other diagram nodes inside them. Disable this property for a box to prevent that box to be placed in a container. To make a box container, set its Style to bsContainer.
See Also