_OlkTextBox.MaxLength Property

Definition

Returns or sets an Integer (int in C#) value that specifies the maximum number of characters for the Value of this control. Read/write.

public:
 property int MaxLength { int get(); void set(int value); };
public int MaxLength { get; set; }
Public Property MaxLength As Integer

Property Value

Remarks

The default value is zero, which only means that no maximum length for the value has been defined for this control. A maximum length may still be in place based on available memory or other factors.

Applies to