AcceleratorsEnabled Property

Applies To

SlideShowView object.

Description

True if shortcut keys are enabled during a slide show. The default value is True. If shortcut keys are disabled during a slide show, you can neither use keys to navigate in the slide show nor press ESC to exit the slide show. Read/write Long.

Example

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

ActivePresentation.SlideShowSettings.Run.View.AcceleratorsEnabled = False