IViewManagerShowKeyboard Method |
Shows "Keyboard" dialog.
Namespace:
Resto.Front.Api.UI
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax string ShowKeyboard(
string title,
string initialText = "",
bool isMultiline = true,
int maxLength = 2147483647,
bool capitalize = false,
bool isPassword = false
)
Parameters
- title
- Type: SystemString
Dialog title. - initialText (Optional)
- Type: SystemString
Initial text. - isMultiline (Optional)
- Type: SystemBoolean
Is multiline input supported. - maxLength (Optional)
- Type: SystemInt32
Max input length. - capitalize (Optional)
- Type: SystemBoolean
Automatic words capitalization. - isPassword (Optional)
- Type: SystemBoolean
Input is password.
Return Value
Type:
StringEntered string or
null if cancelled.
See Also