[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberReadOnly(Control)
Makes a control readonly
Public methodStatic memberReadOnly(CheckBox)
Makes a checkbox read-only.
Public methodStatic memberReadOnly(DropDownList)
Makes a dropdown combo box read-only.
Public methodStatic memberReadOnly(ImageButton)
Makes a image button read-only. A read-only image button cannot be modified.
Public methodStatic memberReadOnly(LinkButton)
Makes a Link Button read-only. A read-only link button cannot be clicked.
Public methodStatic memberReadOnly(ListBox)
Makes a Listbox read-only.
Public methodStatic memberReadOnly(RadioButton)
Makes a radio button read-only.
Public methodStatic memberReadOnly(TextBox)
Makes the textbox readonly.

See Also