Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the container is a normal container or a list container. Read-only.
Version Information
Version Added: Visio 2010
Syntax
expression .ContainerType
expression An expression that returns a ContainerProperties object.
Return Value
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. |