Constants that specify the type of selection, returned by the Type property of the Selection object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("68CF3B66-38FC-4CC7-88CA-07C394CC6A4A")> _
Public Enumeration PpSelectionType
'Usage
Dim instance As PpSelectionType
[GuidAttribute("68CF3B66-38FC-4CC7-88CA-07C394CC6A4A")]
public enum PpSelectionType
Members
| Member name | Description | |
|---|---|---|
| ppSelectionNone | None | |
| ppSelectionSlides | Slides | |
| ppSelectionShapes | Shapes | |
| ppSelectionText | Text |