Description
Sets the current position of the progress bar as a specified value.
Syntax
Function RFUserInterface.SetPosProgressBar(pos As Long) As RFErrorCode
The SetPosProgressBar syntax has these parts:
| Part | Description |
|---|---|
| pos | [IN] Long Required. New position of the progress bar. |
Remarks