| TextBoxMaxLength Property |
Gets or sets the maximal number of characters in the
Text.
This is a game object property.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public int MaxLength { get; set; }
Public Property MaxLength As Integer
Get
Set
public:
property int MaxLength {
int get ();
void set (int value);
}
member MaxLength : int with get, set
Property Value
Type:
Int32The maximal number of characters in the
Text.
See Also