Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.02 KB

hasborder-control-attribute.md

File metadata and controls

42 lines (22 loc) · 1.02 KB
description ms.assetid title ms.topic ms.date
If this bit is set, the RadioButtonGroup has text and a border displayed around it.
25f88e07-a17d-4a5a-bf4f-5615e371cf6b
HasBorder Control Attribute
article
05/31/2018

HasBorder Control Attribute

If this bit is set, the RadioButtonGroup has text and a border displayed around it.

If the style bit is not set, the border is not displayed and no text is displayed on the group.

Valid Controls

RadioButtonGroup

Valid

Decimal Hexadecimal Constant
16777216 0x01000000 msidbControlAttributesHasBorder

 

Remarks

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

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