Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 1.59 KB

fixedsize-control-attribute.md

File metadata and controls

54 lines (28 loc) · 1.59 KB
description ms.assetid title ms.topic ms.date
If the FixedSize Control bit is set, the picture is cropped or centered in the control without changing its shape or size.
fb1ef0ba-5183-4708-a47d-26c83584df6c
FixedSize Control Attribute
article
05/31/2018

FixedSize Control Attribute

If the FixedSize Control bit is set, the picture is cropped or centered in the control without changing its shape or size.

If this bit is not set the picture is stretched to fit the control.

Valid Controls

Bitmap

CheckBox

Icon

PushButton

RadioButtonGroup

Value

Decimal Hexadecimal Constant
1048576 0x00100000 msidbControlAttributesFixedSize

 

Remarks

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

Setting the FixedSize bit has no effect on a CheckBox, PushButton, or RadioButtonGroup if neither the Bitmap or the Icon have been set.

Setting the FixedSize bit has no effect on an Icon control, or a PushButton associated with an icon, if the IconSize bits is not set.

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