_Application.ShowStartupDialog Property

Definition

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.

Applies to