title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
SlideShowView.AcceleratorsEnabled property (PowerPoint) |
vbapp10.chm513007 |
|
|
04db702f-af30-1868-0cab-17e692892e82 |
06/08/2017 |
medium |
Determines whether shortcut keys are enabled during a slide show. Read/write.
expression. AcceleratorsEnabled
expression A variable that represents an SlideShowView object.
MsoTriState
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. |
This example runs a slide show of the active presentation with shortcut keys disabled.
ActivePresentation.SlideShowSettings.Run _
.View.AcceleratorsEnabled = False
[!includeSupport and feedback]