CloseProgressBar

<< Click to Display Table of Contents >>

Navigation:  Management >

CloseProgressBar

Previous pageReturn to chapter overviewNext page

[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