KeyToString Method

Turns this Key instance into String representation.

Definition

Namespace: BeeMobile.Keyboard
Assembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
C#
public override string ToString()

Return Value

String
A String representation of this instance.

Remarks

If Name is not null or empty, then returns Name. If MappedKey is not equal to None, then returns the string representation of MappedKey. If SpecialKey is not equal to None, then returns string representation of SpecialKey. If all above is false, then returns CustomText.

See Also