_Application.ShowStartupDialog Propiedad

Definición

Determina si se mostrará el panel de tareas al iniciar 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

Valor de propiedad

Comentarios

Esta propiedad devuelve True si se mostrará el panel de tareas al iniciar Word y False si no.

ShowStartupDialog es una opción global y la nueva configuración surtirá efecto solo después de reiniciar Word. Use la Visible propiedad para mostrar u ocultar el panel de tareas sin reiniciar Word.

Se aplica a