Keyboard Class
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.
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 a keyboard optimized for chat input. |
Date |
Gets a keyboard optimized for date input. |
Default |
Gets the default keyboard. |
Gets a keyboard optimized for email input. |
|
Numeric |
Gets a keyboard optimized for numeric input. |
Password |
Gets a keyboard optimized for password input. |
Plain |
Returns a new keyboard with no special flags. |
Telephone |
Gets a keyboard optimized for telephone number input. |
Text |
Gets a keyboard optimized for text input. |
Time |
Gets a keyboard optimized for time input. |
Url |
Gets a keyboard optimized for URL input. |
Methods
Create(KeyboardFlags) |
Returns a new keyboard with the specified KeyboardFlags. |