Click or drag to resize
TextInputLimitBySize Field
If true, will limit max input length to fit textbox size. Note: this will only take effect when user insert input, if you set value programmatically it will be ignored.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool LimitBySize

Field Value

Type: Boolean
See Also