KeyboardCapabilities.KeyboardPresent Property

Definition

Gets a value that indicates whether a device identifying itself as a keyboard is detected.

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

Property Value

Int32

int

Returns 1 if a device identifying itself as a keyboard is detected. Otherwise, returns 0.

Applies to

See also