Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.06 KB

PowerPoint.slideshowview.laserpointerenabled.md

File metadata and controls

35 lines (20 loc) · 1.06 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
SlideShowView.LaserPointerEnabled property (PowerPoint)
vbapp10.chm513038
vbapp10.chm513038
9ba56542-a2bf-28d2-9609-50f9a4144c91
06/08/2017
medium

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

[!includeSupport and feedback]