Sunken Control Attribute
If this bit is set, the control is displayed with a sunken, three dimensional look. The effect of this style bit is different on different controls and versions of Windows. On some controls it has no visible effect. If the system does not support the Sunken control attribute, the control is displayed in the default visual style. If this bit is not set, the control is displayed with the default visual style.
Valid Controls
All controls.
Value
Decimal | Hexadecimal | Constant |
---|---|---|
4 | 0x00000004 | msidbControlAttributesSunken |
Remarks
To set this attribute on a control, include the Sunken bit in the Attributes column of the control's record in the Control table.
See Control Attributes and Controls.