_Application.ShowWindowsInTaskbar Property
Determines how opened documents are displayed.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowWindowsInTaskbar As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.ShowWindowsInTaskbar
instance.ShowWindowsInTaskbar = value
bool ShowWindowsInTaskbar { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if opened documents are displayed in the task bar, the default Single Document Interface (SDI), and False if opened documents are listed only in the Window menu, providing the appearance of a Multiple Document Interface (MDI). Specify either True or False to enable the corresponding functionality.