The maximum number of characters that can be entered into this text control.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public int MaxChars { get; set; }
Visual Basic
Public Property MaxChars As Integer
	Get
	Set

Remarks

The default value is 1024.

See Also