Language

Configuration.KeyboardHidden Property

Definition

A flag indicating whether any keyboard is available.

[Android.Runtime.GeneratedEnum]
[Android.Runtime.Register("keyboardHidden")]
public Android.Content.Res.KeyboardHidden KeyboardHidden { get; set; }
[<Android.Runtime.GeneratedEnum>]
[<Android.Runtime.Register("keyboardHidden")>]
member this.KeyboardHidden : Android.Content.Res.KeyboardHidden with get, set

Property Value

Whether any keyboard is available; this also accounts for an available soft keyboard.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to