Options.AutoFormatAsYouTypeReplacePlainTextEmphasis 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.
Prend la valeur True si, en cours de frappe, les codes des attributs de caractère sont automatiquement remplacés par la mise en forme correspondante. Par exemple, «Bold» est remplacé par « Bold » et «_Underline_» est remplacé par « Underline ».
public:
property bool AutoFormatAsYouTypeReplacePlainTextEmphasis { bool get(); void set(bool value); };
public bool AutoFormatAsYouTypeReplacePlainTextEmphasis { get; set; }
member this.AutoFormatAsYouTypeReplacePlainTextEmphasis : bool with get, set
Public Property AutoFormatAsYouTypeReplacePlainTextEmphasis As Boolean