KeyTipService.SetIsKeyTipScope(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 valeur de la IsKeyTipScope propriété jointe pour l’élément spécifié.
public:
static void SetIsKeyTipScope(System::Windows::DependencyObject ^ element, bool value);
public static void SetIsKeyTipScope(System.Windows.DependencyObject element, bool value);
static member SetIsKeyTipScope : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetIsKeyTipScope (element As DependencyObject, value As Boolean)
Paramètres
- element
- DependencyObject
Objet dans lequel la propriété jointe est écrite.
- value
- Boolean
Valeur à définir.
Exceptions
La valeur spécifiée element est null.