Icon Control Attribute

If this bit is set, text is replaced by an icon image and the Text column in the Control table is a foreign key into the Binary table.

If this bit is not set, text in the control is specified in the Text column of the Control table.

Valid Controls

CheckBox

PushButton

RadioButtonGroup

Value

Decimal Hexadecimal Constant
5242288 0x00080000 msidbControlAttributesIcon

 

Remarks

To set this attribute on a control, include the Icon bits in the Attributes column of the control's record in the Control table.

The Text column in the Control table is used as a foreign key to the Binary table, therefore the control cannot contain both an icon image and text.

Do not set both the Icon and Bitmap bits.

See Control Attributes and the control you need to create under Controls.