Click or drag to resize
DigitalRuneTextBoxMaxLength Property
Gets or sets the maximal number of characters in the Text. This is a game object property.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public int MaxLength { get; set; }

Property Value

Type: Int32
The maximal number of characters in the Text.
See Also