KeyboardCapabilities.KeyboardPresent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.