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