BrushSettings.ImmutableBackColor 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.
Rend le paramètre BackColor immuable, non modifiable par d'autres. Une fois qu'il est rendu immuable, aucun autre utilisateur ne peut le modifier.
public:
property bool ImmutableBackColor { bool get(); void set(bool value); };
public bool ImmutableBackColor { get; set; }
member this.ImmutableBackColor : bool with get, set
Public Property ImmutableBackColor As Boolean
Valeur de propriété
true signifie que le paramètre de couleur d’BackColor est immuable ; Sinon, ce n’est pas le cas.