[This is preliminary documentation and is subject to change.]
Makes a control readonly
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public static void ReadOnly( Control c ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub ReadOnly ( _ c As Control _ ) |
| Visual C++ |
|---|
public: static void ReadOnly( Control^ c ) |
Parameters
- c
- Type: System.Web.UI..::.Control
The control object
