_Application.ShowStartupDialog Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the Task Pane will be displayed when starting Microsoft Word.
public:
property bool ShowStartupDialog { bool get(); void set(bool value); };
public bool ShowStartupDialog { get; set; }
member this.ShowStartupDialog : bool with get, set
Public Property ShowStartupDialog As Boolean
Property Value
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.