This topic has not yet been rated - Rate this topic

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

CheckBoxPushButtonRadioButtonGroup

Value

DecimalHexadecimalConstant
2621440x00040000msidbControlAttributesBitmap

 

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.

 

 

Build date: 11/30/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.