FocusManager.FindLastFocusableElement(DependencyObject) 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.
Récupère le dernier élément qui peut recevoir le focus en fonction de l’étendue spécifiée.
public:
static DependencyObject ^ FindLastFocusableElement(DependencyObject ^ searchScope);
static DependencyObject FindLastFocusableElement(DependencyObject const& searchScope);
public static DependencyObject FindLastFocusableElement(DependencyObject searchScope);
function findLastFocusableElement(searchScope)
Public Shared Function FindLastFocusableElement (searchScope As DependencyObject) As DependencyObject
Paramètres
- searchScope
- DependencyObject
Objet racine à partir duquel effectuer une recherche. Si null
la valeur est , l’étendue de recherche est la fenêtre active.
Retours
Dernier objet pouvant être mis au point.