PBS_SMOOTHREVERSE top-level constant

int const PBS_SMOOTHREVERSE

Determines the animation behavior that the progress bar should use when moving backward (from a higher value to a lower value). If this is set, then a "smooth" transition will occur, otherwise the control will "jump" to the lower value.

Implementation

const PBS_SMOOTHREVERSE = 0x10;