MobileForms Toolkit Documentation

ItemTextBox.ReadOnly Property

Gets or sets a value indicating whether the contents of the TextBox control can be changed.

public bool ReadOnly {get; set;}

Property Value

true if the contents of the TextBox control cannot be changed; otherwise, false. The default value is false.

Remarks

Use the ReadOnly property to specify whether the contents of the TextBox control can be changed. Setting this property to true will prevent users from entering a value or changing the existing value. Note that the user of the TextBox control cannot change this property; only the developer can.

See Also

ItemTextBox Class | Resco.Controls.DetailView Namespace