Property IsReadOnly
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
IsReadOnly
Gets or sets a value indicating whether the control is read-only in the UI.
public bool IsReadOnly { get; set; }
Property Value
- bool
true
if the control should be read-only in the UI; otherwise,false
.
Remarks
Default: false.
Feature introduced in DataMiner 10.4.1 (RN 37659).
This feature is available for interactive Automation scripts executed in a web environment. The following UIBlockTypes are supported:
- TextBox
- Numeric
- Dropdown
- Checkbox
- CheckboxList
- RadiobuttonList
- Calendar
- Time
- Treeview