Bitmap Control Attribute

Windows Installer

Bitmap Control Attribute

If the Bitmap Control bit is set, the text in the control is replaced by a bitmap image. The Text column in the Control table is a foreign key into the Binary table.

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

Valid Controls

CheckBoxPushButton
RadioButtonGroup

Value

Decimal Hexadecimal Constant
262144 0x00040000 msidbControlAttributesBitmap

 


Remarks

To set this attribute on a control, include the Bitmap bit 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.


Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.