Progress95 Control Attribute
If this bit is set on a ProgressBar control, the bar is drawn as a series of small rectangles. If this bit is not set, the progress indicator bar is drawn as a single continuous rectangle.
Valid Controls
Value
Decimal | Hexadecimal | Constant |
---|---|---|
65536 | 0x00010000 | msidbControlAttributesProgress95 |
Remarks
To set this attribute on a control, include the Progress95 bit in the Attributes column of the control's record in the Control table.
See Control Attributes and the control you need to create under Controls.