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.
Specifies the type of pointer for the slide show.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("A14B5D3E-EAA8-45C0-A41C-D0AA208BA279")> _
Public Enumeration PpSlideShowPointerType
'Usage
Dim instance As PpSlideShowPointerType
[GuidAttribute("A14B5D3E-EAA8-45C0-A41C-D0AA208BA279")]
public enum PpSlideShowPointerType
Members
| Member name | Description | |
|---|---|---|
| ppSlideShowPointerNone | No pointer used. | |
| ppSlideShowPointerArrow | Arrow pointer used. | |
| ppSlideShowPointerPen | Pen pointer used. | |
| ppSlideShowPointerAlwaysHidden | Pointer is always hidden. | |
| ppSlideShowPointerAutoArrow | AutoArrow pointer used. | |
| ppSlideShowPointerEraser | Eraser pointer used. |