KeyEvent.IsPrintingKey Property

Definition

Returns true if this key produces a glyph.

public virtual bool IsPrintingKey { [Android.Runtime.Register("isPrintingKey", "()Z", "GetIsPrintingKeyHandler")] get; }
[<get: Android.Runtime.Register("isPrintingKey", "()Z", "GetIsPrintingKeyHandler")>]
member this.IsPrintingKey : bool

Property Value

True if the key is a printing key.

Attributes

Remarks

Returns true if this key produces a glyph.

Java documentation for android.view.KeyEvent.isPrintingKey().

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