control.updateLevel1ProgressDisplay()
- Last UpdatedJun 25, 2024
- 1 minute read
Use control.updateLevel1ProgressDisplay() to to update a hierarchical list at the first level.
Syntax
control.updateLevel1ProgressDisplay(indicatorColor, progressValue, progressDescription, progressColor);
Parameters
|
Parameter |
Description |
|---|---|
|
indicatorColor |
Indicator color for the control |
|
progressValue |
Progress value for the control |
|
progressDescription |
Progress description for the control |
|
progressColor |
Progress color for the control |
Return Value
None.
Example
//Set indicator color, progress value, description, and color for the hierarchical list at the first level.
control.findByName("Hierarchical List HL").updateLevel1ProgressDisplay("#5482AB", 25, "Warning", "Red");