Previous | Next

SetProgressBar Method

Sets the progress bar visibilty, top margin and height.

SetProgressBar(
     Boolean visible,
     Long topMargin,
     Long height
)

Parameters

visible
Type: Boolean
The value indicating whether the progress bar is visible.

topMargin
Type: Long
The progress bar top margin.  If the value specified is -1, the progress bar top margin is not changed.

height
Type: Long
The progress bar height.  If the value specified is -1, the progress bar height is not changed.