Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If this bit is set on a text control, the occurrence of the character "&" in a text string is displayed as itself. If this bit is not set, then the character following "&" in the text string is displayed as an underscored character.
Valid Controls
Value
Decimal | Hexadecimal | Constant |
---|---|---|
131072 | 0x20000 | msidbControlAttributesNoPrefix |
Remarks
To set this attribute on a control, include the NoPrefix bit in the Attributes column of the control's record in the Control table.
See Control Attributes and Controls.