We're displaying parameters in an automation script using UIBlockType.Parameter, which are read/write, is it possible to display them as read-only?
Maxim Bouckaert [SLC] [DevOps Member] Answered question 26th March 2021
Hey Philip,
This should be possible by using the "IsEnabled" property.
When this is set to false, users won't be able to change the parameter value. The write button will be visible, but it won't be clickable
When in doubt about certain features for IUBlocktype objects, you can always find them on this page.
Maxim Bouckaert [SLC] [DevOps Member] Edited answer 26th March 2021
Thanks Maxim,
This works best for my requirements.