<< Click to Display Table of Contents >> CloseProgressBar |
[GUI Control Only, not supported by the Community Edition]
Closes the Progress Bar.
method void VPE.CloseProgressBar(
)
Example:
Doc.OpenProgressBar
for n = 0 to 100
Doc.StatusProgress = n
next n
Doc.CloseProgressBar