Keyboard.Key.Sticky Property

Definition

Whether this key is sticky, i.

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

Property Value

Attributes

Remarks

Whether this key is sticky, i.e., a toggle key

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

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