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.
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.KeyboardTypeConverter))]
public class Keyboard
type Keyboard = class
- Inheritance
-
System.ObjectKeyboard
- Derived
- Attributes
Properties
Chat |
Gets an instance of type "ChatKeyboard". |
Default |
Gets an instance of type "Keyboard". |
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. |