[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| ReadOnly(Control) |
Makes a control readonly
| |
| ReadOnly(CheckBox) |
Makes a checkbox read-only.
| |
| ReadOnly(DropDownList) |
Makes a dropdown combo box read-only.
| |
| ReadOnly(ImageButton) |
Makes a image button read-only. A read-only image button cannot be modified.
| |
| ReadOnly(LinkButton) |
Makes a Link Button read-only. A read-only link button cannot be clicked.
| |
| ReadOnly(ListBox) |
Makes a Listbox read-only.
| |
| ReadOnly(RadioButton) |
Makes a radio button read-only.
| |
| ReadOnly(TextBox) |
Makes the textbox readonly.
|
