ContainerProperties.ContainerType property (Visio)

Determines whether the container is a normal container or a list container. Read-only.

Syntax

expression.ContainerType

expression An expression that returns a ContainerProperties object.

Return value

VisContainerTypes

Remarks

The value of the ContainerType property can be one of the following VisContainerTypes constants.

Constant Value Description
visContainerTypeNormal 0 Member shapes are not arranged in a list.
visContainerTypeList 1 Member shapes are arranged in a list.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.