Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if the Task Pane will be displayed when starting Microsoft Word.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowStartupDialog As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.ShowStartupDialog
instance.ShowStartupDialog = value
bool ShowStartupDialog { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if the Task Pane will be displayed when starting Word, and False if not.
The ShowStartupDialog is a global option, and the new setting will take effect only after you restart Word. Use the Visible() property to show or hide the Task Pane without restarting Word.