FocusControl.FocusChangedSupported 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.
Obtient une valeur qui spécifie si l’appareil de capture prend en charge l’événement FocusChanged .
public:
property bool FocusChangedSupported { bool get(); };
bool FocusChangedSupported();
public bool FocusChangedSupported { get; }
var boolean = focusControl.focusChangedSupported;
Public ReadOnly Property FocusChangedSupported As Boolean
Valeur de propriété
Boolean
bool
true si l’événement de changement de focus est pris en charge ; sinon, false.