Sets the offset for progress bar controls.
Progress bar controls
control.OffsetPos (increment )
Argument  | 
Description  | 
|---|---|
control  | 
The name of the progress bar control  | 
increment  | 
An integer that is added to the start position of the progress bar control  | 
Integer. Returns 1 if it succeeds and -1 if there is an error.
This statement offsets the start position of a horizontal progress bar by 10:
HProgressBar.OffsetPos ( 10 )