[This is preliminary documentation and is subject to change.]
Makes the textbox readonly.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public static void ReadOnly( TextBox tb ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub ReadOnly ( _ tb As TextBox _ ) |
| Visual C++ |
|---|
public: static void ReadOnly( TextBox^ tb ) |
Parameters
- tb
- Type: System.Web.UI.WebControls..::.TextBox
The TextBox that is to be made read-only.
