IFieldFormattingOptions.ApplyFormatInEditMode 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.
Obtient une valeur qui indique si la chaîne de mise en forme spécifiée par la propriété DataFormatString est appliquée aux valeurs de champ lorsque le champ est en mode édition.
public:
property bool ApplyFormatInEditMode { bool get(); };
public bool ApplyFormatInEditMode { get; }
member this.ApplyFormatInEditMode : bool
Public ReadOnly Property ApplyFormatInEditMode As Boolean
Valeur de propriété
true
si la chaîne de mise en forme s'applique en mode édition ; sinon, false
.