READONLY Attribute | ReadOnly Property
Sets or retrieves a value that indicates the read-only status of the text box.
Syntax
ASP <tagPrefix:TOOLBARTEXTBOX READONLY = bValue ... > Script [ bValue = ] TOOLBARTEXTBOX.ReadOnly
Possible Values
tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive. bValue System.Boolean that specifies or receives the read-only status of the text box. The property is read/write. The property has no default value.
Applies To
TOOLBARTEXTBOX
See Also