IViewTableMethodsSetFieldReadOnly Method
Activate or deactivate whether a field is read-only,
as long as it is not more restrictive by default or for security reasons.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void SetFieldReadOnly(
string fieldName,
bool readOnly
)
Sub SetFieldReadOnly (
fieldName As String,
readOnly As Boolean
)
Parameters
- fieldName String
- Field name to set.
- readOnly Boolean
- Indicates if the field is read-only.