IWpfTableControl2.SelectedItemInactiveBackground 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.
Arrière-plan des éléments sélectionnés lorsque le contrôle n’a pas le focus.
public:
property System::Windows::Media::Brush ^ SelectedItemInactiveBackground { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush SelectedItemInactiveBackground { get; set; }
member this.SelectedItemInactiveBackground : System.Windows.Media.Brush with get, set
Public Property SelectedItemInactiveBackground As Brush