OnScreenKeyboardConfig
interludesoftware.tick¶
Interlude.Tick¶
OnScreenKeyboardConfig Struct¶
Options passed to OpenOnScreenKeyboard(string, OnScreenKeyboardConfig). All flags default to
false, which produces a plain editable text field.
Fields¶
OnScreenKeyboardConfig.IsMultiline Field¶
Allow newline characters in the keyboard view.
Field Value¶
OnScreenKeyboardConfig.IsNumberOnly Field¶
Restrict the keyboard to a numeric pad.
Field Value¶
OnScreenKeyboardConfig.IsPassword Field¶
Mask each character (iOS / Android password keyboards).