ShowWindowsInTaskbar Property

Microsoft PowerPoint Visual Basic

Determines whether there is a separate Windows taskbar button for each open presentation. Read/write MsoTriState.

MsoTriState can be one of these MsoTriState constants.
msoCTrue
msoFalse
msoTriStateMixed
msoTriStateToggle
msoTrue Default. There is a separate Windows taskbar button for each open presentation.

Remarks

When set to True, this property simulates the look of a single-document interface (SDI), which makes it easier to navigate between open presentations. However, if you work with multiple presentations while other applications are open, you may want to set this property to False to avoid filling your taskbar with unnecessary buttons.

This property is available only when using Microsoft Office with Windows Update or Windows 2000.

Example

This example specifies that each open presentation doesn't have a separate Windows taskbar button.

Application.ShowWindowsInTaskbar = msoFalse