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