LeftScroll Control Attribute
If this bit is set, the scroll bar is located on the left side of the control.
If this bit is not set, the scroll bar is on the right side of the control.
Valid Controls
Value
Decimal | Hexadecimal | Constant |
---|---|---|
128 | 0x00000080 | msidbControlAttributesLeftScroll |
Remarks
To set this attribute on a control, include the LeftScroll bit in the Attributes column of the control's record in the Control table.
See Control Attributes and Controls.