Share via


CanvasShapes.SelectAll Method

Selects all shapes (in a CanvasShapes collection) or all diagram nodes (in a [DiagramNodes#SameCHM] or [DiagramNodeChildren#SameCHM] collection).

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub SelectAll
'Usage
Dim instance As CanvasShapes

instance.SelectAll()
void SelectAll()

Examples

This example selects all the shapes on myDocument.

Set myDocument = ActivePresentation.Slides(1)

myDocument.Shapes.SelectAll

See Also

Reference

CanvasShapes Interface

CanvasShapes Members

Microsoft.Office.Interop.PowerPoint Namespace