Skip to content

TextboxConfig

interludesoftware.tick

Interlude.Tick

TextboxConfig Struct

public struct TextboxConfig

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).

public bool DisableOnScreenKeyboard { get; set; }

Property Value

System.Boolean

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).

public bool IsPassword { get; set; }

Property Value

System.Boolean