Reference

FMProgressBar - object



Your Ad Here


Description

Represents a progress bar used to indicate progress of a running macro

Interfaces

IFMProgressBar

Methods of IFMProgressBar

Finished Removes the progress bar
Increment Increment the position of the progress bar by 1

Properties of IFMProgressBar

CancelAskText R/W The message displayed if the user hits the Cancel button 
DialogTitle R/W The title of the progress bar dialog box 
IsCanceled R/O True if the user clicked the Cancel button. If True, it will continue to return True until the object goes out of scope 
Position R/W The current position of the progress bar which represents the progress made towards completing the operation 
Range R/W The range of the progress bar. The range starts at 0 and goes up to and including the specified value pVal 
text R/W The message that appears within the progress bar. This is useful to indicate the progress of a long process for example 

Return to FeatureCAM Index


Your Ad Here