cohtml.CohtmlTouchKeyboard.Options
On this page
Stores CohtmlTouchKeyboard data.
Public Attributes
Name | |
---|---|
TouchScreenKeyboardType | KeyboardType |
bool | AutoCorrection |
bool | Multiline |
bool | Secure |
bool | Alert |
string | Placeholder |
int | MaxLength |
Public Attributes Documentation
variable KeyboardType
TouchScreenKeyboardType KeyboardType;
variable AutoCorrection
bool AutoCorrection;
variable Multiline
bool Multiline;
variable Secure
bool Secure;
variable Alert
bool Alert;
variable Placeholder
string Placeholder;
variable MaxLength
int MaxLength;