VisSelectArgs enumeration (Visio)
Selection-type constants to be passed to the Selection.Select and Window.Select methods.
Constant | Value | Description |
---|---|---|
visDeselect | 1 | Deselects a shape but leaves the rest of the selection unchanged. |
visSelect | 2 | Selects a shape but leaves the rest of the selection unchanged. |
visSubSelect | 3 | Selects a shape whose parent is already selected. |
visSelectAll | 4 | Selects a shape and all its peers. |
visDeselectAll | 256 | Deselects a shape and all its peers. |
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.