FocusSettings.WaitForFocus 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 ou définit une valeur indiquant si l’appareil de capture doit attendre le focus avant la capture.
public:
property bool WaitForFocus { bool get(); void set(bool value); };
bool WaitForFocus();
void WaitForFocus(bool value);
public bool WaitForFocus { get; set; }
var boolean = focusSettings.waitForFocus;
focusSettings.waitForFocus = boolean;
Public Property WaitForFocus As Boolean
Valeur de propriété
Boolean
bool
Valeur indiquant si l’appareil de capture doit attendre le focus avant de capturer.