Keyboard.Key.On Property

Definition

If this is a sticky key, is it on?

[Android.Runtime.Register("on")]
public bool On { get; set; }
[<Android.Runtime.Register("on")>]
member this.On : bool with get, set

Property Value

Attributes

Remarks

If this is a sticky key, is it on?

Java documentation for android.inputmethodservice.Keyboard.Key.on.

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