Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 1.58 KB

PowerPoint.Application.ShowWindowsInTaskbar.md

File metadata and controls

59 lines (33 loc) · 1.58 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.ShowWindowsInTaskbar property (PowerPoint)
vbapp10.chm502041
vbapp10.chm502041
PowerPoint.Application.ShowWindowsInTaskbar
ad386fe5-9985-a1cc-cc52-1552bc12cad4
06/08/2017
medium

Application.ShowWindowsInTaskbar property (PowerPoint)

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

Syntax

expression. ShowWindowsInTaskbar

expression A variable that represents an Application object.

Return value

MsoTriState

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.

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

Constant Description
msoFalse There is not a separate Windows taskbar button for each open presentation.
msoTrue The default. There is a separate Windows taskbar button for each open presentation.

Example

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

Application.ShowWindowsInTaskbar = msoFalse

See also

Application Object

[!includeSupport and feedback]