Method | Description | |
---|---|---|
Open ( string text, [ keyboardType, [ autocorrection, [ multiline, [ secure, [ alert, [ textPlaceholder ) : |
Opens the native keyboard provided by OS on the screen.
|
|
TouchScreenKeyboard ( string text, TouchScreenKeyboardType keyboardType, bool autocorrection, bool multiline, bool secure, bool alert, string textPlaceholder ) : System |
Method | Description | |
---|---|---|
Destroy ( ) : void | ||
INTERNAL_get_area ( |
||
Open ( string text ) : |
||
Open ( string text, TouchScreenKeyboardType keyboardType ) : |
||
Open ( string text, TouchScreenKeyboardType keyboardType, bool autocorrection ) : |
||
Open ( string text, TouchScreenKeyboardType keyboardType, bool autocorrection, bool multiline ) : |
||
Open ( string text, TouchScreenKeyboardType keyboardType, bool autocorrection, bool multiline, bool secure ) : |
||
Open ( string text, TouchScreenKeyboardType keyboardType, bool autocorrection, bool multiline, bool secure, bool alert ) : |
||
TouchScreenKeyboard_InternalConstructorHelper ( |
public static Open ( string text, [ keyboardType, [ autocorrection, [ multiline, [ secure, [ alert, [ textPlaceholder ) : |
||
text | string | Text to edit. |
keyboardType | [ | Type of keyboard (eg, any text, numbers only, etc). |
autocorrection | [ | Is autocorrection applied? |
multiline | [ | Can more than one line of text be entered? |
secure | [ | Is the text masked (for passwords, etc)? |
alert | [ | Is the keyboard opened in alert mode? |
textPlaceholder | [ | Text to be used if no other text is present. |
return |
public TouchScreenKeyboard ( string text, TouchScreenKeyboardType keyboardType, bool autocorrection, bool multiline, bool secure, bool alert, string textPlaceholder ) : System | ||
text | string | |
keyboardType | TouchScreenKeyboardType | |
autocorrection | bool | |
multiline | bool | |
secure | bool | |
alert | bool | |
textPlaceholder | string | |
return | System |