Description: | Determines whether the progress indicator grows continuously or in discrete steps. |
Used in control(s): | ProgressIndicator |
Values (with constants): | True - Grows smoothly.(POW-TRUE) False - Grows in steps.(POW-FALSE) When the value is False, the size of each step is the value defined in the Step property. |
Default value: | False - Grows in steps.(POW-FALSE) |
COBOL picture: | S9(4) COMP-5 |
OLE data type: | VT_BOOL |
Design time access: | Set and reference. |
Execution time access: | Set and reference. |
Backward compatibility attribute: | None. |