KeyboardCapabilities.KeyboardPresent Proprietà

Definizione

Ottiene un valore che indica se viene rilevato un dispositivo che identifica se stesso come tastiera.

public:
 property int KeyboardPresent { int get(); };
int KeyboardPresent();
public int KeyboardPresent { get; }
var int32 = keyboardCapabilities.keyboardPresent;
Public ReadOnly Property KeyboardPresent As Integer

Valore della proprietà

Int32

int

Restituisce 1 se viene rilevato un dispositivo che identifica se stesso come tastiera. In caso contrario, restituisce 0.

Si applica a

Vedi anche