C++
int acedSetStatusBarProgressMeterPos( int nPos );
File
core_rxmfcapi.h
Description
Call this with a positive value within the range specified to set the current position of the status bar. Pass a negative number to add an amount to the current position (relative).
Returns 0 if it successfully creates the label and progress meter; otherwise, returns -1.
Parameters
Parameters | Description |
---|---|
nPos | Positive value within range to set current position or negative value to add an amount to the current position |