SlideShowView.LaserPointerEnabled property (PowerPoint)

Returns True if the current slide show pointer is a laser pointer. This property is applicable only while the slide show is running. Read/write.

This property allows a user to programmatically query and set the state of the pointer shown during slide show. The property will return false for all other pointer types. Users can also change the state of the current pointer by setting this property to True to turn on the laser pointer or False to turn off the laser pointer.

Syntax

expression. LaserPointerEnabled

expression A variable that represents a SlideShowView object.

Return value

Boolean

See also

SlideShowView Object

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.