AutomationProperties.SetIsRowHeader(DependencyObject, Boolean) Méthode
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.
Définit la propriété jointe IsRowHeader pour le DependencyObject spécifié.
public:
static void SetIsRowHeader(System::Windows::DependencyObject ^ element, bool value);
public static void SetIsRowHeader (System.Windows.DependencyObject element, bool value);
static member SetIsRowHeader : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetIsRowHeader (element As DependencyObject, value As Boolean)
Paramètres
- element
- DependencyObject
DependencyObject sur lequel définir la propriété.
- value
- Boolean
Valeur à définir : true
si l’élément est destiné à être un en-tête de ligne ; sinon, false