_Document.LockTheme Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette propriété renvoie ou définit un type Boolean qui indique si un utilisateur peut modifier un thème de document. Lecture-écriture.
public:
property bool LockTheme { bool get(); void set(bool value); };
public bool LockTheme { get; set; }
member this.LockTheme : bool with get, set
Public Property LockTheme As Boolean
Valeur de propriété
Boolean
Remarques
Utilisez la ApplyDocumentTheme(String) méthode pour appliquer un thème Microsoft Office. Utilisez la DocumentTheme propriété pour renvoyer le thème Office appliqué à un document.