Keyboard Class

Definition

Default keyboard and base class for specialized keyboards, such as those for telephone numbers, email, and URLs.

public ref class Keyboard
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Converters.KeyboardTypeConverter))]
public class Keyboard
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Converters.KeyboardTypeConverter))>]
type Keyboard = class
Public Class Keyboard
Inheritance
Keyboard
Derived
Attributes

Properties

Chat

Gets an instance of type "ChatKeyboard".

Default

Gets an instance of type "Keyboard".

Email

Gets an instance of type "EmailKeyboard".

Numeric

Gets an instance of type "NumericKeyboard".

Plain

Returns a new keyboard with None KeyboardFlags ".

Telephone

Gets an instance of type "TelephoneKeyboard".

Text

Gets an instance of type "TextKeyboard".

Url

Gets an instance of type "UrlKeyboard".

Methods

Create(KeyboardFlags)

Returns a new keyboard with the specified KeyboardFlags.

Applies to