KeyEvent.DisplayLabel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the primary character for this key.
public virtual char DisplayLabel { [Android.Runtime.Register("getDisplayLabel", "()C", "GetGetDisplayLabelHandler")] get; }
[<get: Android.Runtime.Register("getDisplayLabel", "()C", "GetGetDisplayLabelHandler")>]
member this.DisplayLabel : char
Property Value
The display label character, or 0 if none (eg. for non-printing keys).
- Attributes
Remarks
Gets the primary character for this key. In other words, the label that is physically printed on it.
Java documentation for android.view.KeyEvent.getDisplayLabel()
.
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.