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
trueif 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:
<ul><li>TextBox</li><li>Numeric</li><li>Dropdown</li><li>Checkbox</li><li>CheckboxList</li><li>PasswordBox</li><li>RadiobuttonList</li><li>Calendar</li><li>Time</li><li>Treeview</li></ul>