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