TextboxConfig
interludesoftware.tick¶
Interlude.Tick¶
TextboxConfig Struct¶
Properties¶
TextboxConfig.DisableOnScreenKeyboard Property¶
Suppress requesting the platform on-screen keyboard on touch focus. The default
is to ask for it; flip to true for a textbox that should only accept
programmatic input (e.g. a search field with a custom on-screen pad).
Property Value¶
TextboxConfig.IsPassword Property¶
Mask characters with the platform's password style when the on-screen keyboard is requested. Has no effect on the hardware-keyboard rendering path — that's the caller's job (substitute the rendered text).