SlideShowView.PointerColor Property
PowerPoint Developer Reference |
Returns a ColorFormat object that represents the pointer color for the specified presentation during one slide show. Read-only.
Syntax
expression.PointerColor
expression A variable that represents a SlideShowView object.
Return Value
ColorFormat
Remarks
As soon as the slide show is finished, the color reverts to the default color for the presentation.
Remarks
To change the pointer to a pen, set the PointerType property to ppSlideShowPointerPen.
See Also