KeyTipService.SetIsKeyTipScope(DependencyObject, Boolean) Méthode

Définition

Définit la valeur de la propriété jointe IsKeyTipScope 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 sur lequel la propriété jointe est écrite.

value
Boolean

Valeur à définir.

Exceptions

Le element spécifié a la valeur null.

S’applique à