Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.41 KB

PowerPoint.SlideShowView.AcceleratorsEnabled.md

File metadata and controls

60 lines (34 loc) · 1.41 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SlideShowView.AcceleratorsEnabled property (PowerPoint)
vbapp10.chm513007
vbapp10.chm513007
PowerPoint.SlideShowView.AcceleratorsEnabled
04db702f-af30-1868-0cab-17e692892e82
06/08/2017
medium

SlideShowView.AcceleratorsEnabled property (PowerPoint)

Determines whether shortcut keys are enabled during a slide show. Read/write.

Syntax

expression. AcceleratorsEnabled

expression A variable that represents an SlideShowView object.

Return value

MsoTriState

Remarks

If shortcut keys are disabled during a slide show, you can neither use the keyboard to navigate in the slide show nor press F1 to get a list of shortcut keys. You can still use the ESC key to exit the slide show.

The value of the AcceleratorsEnabled property can be one of these MsoTriState constants.

Constant Description
msoFalse Shortcut keys are disabled during a slide show.
msoTrue The default. Shortcut keys are enabled during a slide show.

Example

This example runs a slide show of the active presentation with shortcut keys disabled.

ActivePresentation.SlideShowSettings.Run _
    .View.AcceleratorsEnabled = False

See also

SlideShowView Object

[!includeSupport and feedback]