_Application.ShowWindowsInTaskbar Property
Determines whether there is a separate Windows taskbar button for each open presentation. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property ShowWindowsInTaskbar As MsoTriState
Get
Set
'Usage
Dim instance As _Application
Dim value As MsoTriState
value = instance.ShowWindowsInTaskbar
instance.ShowWindowsInTaskbar = value
MsoTriState ShowWindowsInTaskbar { get; set; }
Property Value
Type: Microsoft.Office.Core.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 |
---|---|
There is not a separate Windows taskbar button for each open presentation. |
|
The default. There is a separate Windows taskbar button for each open presentation. |