Skip to main content

ControlAttributes Enumeration

Defines flags for the Attributes column of the Control table.

Members

MemberDescription
BidirectionalThis is a combination of the RightToLeftReadingOrder, RightAligned, and LeftScroll attributes.
BitmapIf this 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.
CdromVolumeIf this bit is set, the control shows CD-ROM volumes.
ComboListIf this bit is set on a combo box, the edit field is replaced by a static text field. This prevents a user from entering a new value and requires the user to choose only one of the predefined values.
ElevationShieldIf this bit is set, and the installation is not yet running with elevated privileges, the control is created with a UAC icon.
Enabledspecifies if the given control is enabled or disabled. Most controls appear gray when disabled.
FixedSizeIf this bit is set, the picture is cropped or centered in the control without changing its shape or size.
FixedVolumeIf this bit is set, the control shows fixed internal hard drives.
FloppyVolumeIf this bit is set, the control shows floppy volumes.
FormatSizeIf this bit is set for a text control, the control will automatically attempt to format the displayed text as a number representing a count of bytes.
HasBorderIf this bit is set, the RadioButtonGroup has text and a border displayed around it.
IconIf 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.
IconSize16Specifies which size of the icon image to load. If none of the bits are set, the first image is loaded.
IconSize32Specifies which size of the icon image to load. If none of the bits are set, the first image is loaded.
IconSize48Specifies which size of the icon image to load. If none of the bits are set, the first image is loaded.
IndirectThe Indirect control attribute specifies whether the value displayed or changed by this control is referenced indirectly.
IntegerIf this bit is set on a control, the associated property specified in the Property column of the Control table is an integer.
LeftScrollIf this bit is set, the scroll bar is located on the left side of the control, otherwise it is on the right.
MultilineIf this bit is set on an Edit control, the installer creates a multiple line edit control with a vertical scroll bar.
NoPrefixIf this bit is set on a text control, the occurrence of the character "&" in a text string is displayed as itself.
NoWrapIf this bit is set the text in the control is displayed on a single line.
PasswordInputThis attribute creates an edit control for entering passwords. The control displays each character as an asterisk (*) as they are typed into the control.
Progress95If this bit is set on a ProgressBar control, the bar is drawn as a series of small rectangles in Microsoft Windows 95-style. Otherwise it is drawn as a single continuous rectangle.
PushLikeIf this bit is set on a check box or a radio button group, the button is drawn with the appearance of a push button, but its logic stays the same.
RamDiskVolumeIf this bit is set, the control shows RAM disk volumes.
RemoteVolumeIf this bit is set, the control shows remote volumes.
RemovableVolumeIf this bit is set, the control shows removable volumes.
RightAlignedIf this style bit is set, text in the control is aligned to the right.
RightToLeftReadingOrderIf this bit is set the text in the control is displayed in a right-to-left reading order.
ShowRollbackCostSpecifies whether or not the rollback backup files are included in the costs displayed by the VolumeCostList control.
SortedIf this bit is set, the items listed in the control are displayed in a specified order. Otherwise, items are displayed in alphabetical order.
SunkenIf this bit is set, the control is displayed with a sunken, three dimensional look.
TransparentIf this bit is set on a text control, the control is displayed transparently with the background showing through the control where there are no characters.
UsersLanguageIf this bit is set, fonts are created using the user's default UI code page. Otherwise it is created using the database code page.
VisibleIf this bit is set, the control is visible on the dialog box.

WixToolset.Dtf.WindowsInstaller.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8