I've seen other questions like Hardware Keyboard Event

But not seen this for Mango... is there any way to find out if the phone has a hardware keyboard?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Use the DeviceStatus.IsKeyboardPresent Property

DeviceStatus.IsKeyboardPresent
Indicates whether the device contains a physical hardware keyboard.

link|improve this answer
Thanks - I did search but couldn't find it. Also now seen IsKeyboardDeployed there too. Thanks. – Stuart Sep 29 '11 at 10:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.