|
|
||
MSI Factory
The RadioButtonGroup control is a group of radio buttons (RadioButton controls). RadioButtonGroup controls only set property values and cannot be used to send a ControlEvent.
Tip: The RadioButtonGroup control should never overlap other controls or be overlapped. Overlapping this control and others can cause them to function or display incorrectly.
Note: The string displayed is not necessarily the same as the value that the user is choosing. This control's property will be set to the selected RadioButton control's Value attribute string.
The localizable text to show on the RadioButtonGroup control.
The type you want to use for all radio buttons within this RadioButtonGroup control. You can configure each radio button's settings on the RadioButton Properties dialog.
Choose from the following styles:
Show text on all RadioButton controls within the group (instead of bitmap or icon).
Show a bitmap image on all RadioButton controls within the group (instead of text or icon).
Show an icon image on all RadioButton controls (instead of text or bitmap).
The image size you want to use from each RadioButton control's selected icon file. Choose from:
16x16 - Loads the first 16x16 image from the icon file.
32x32 - Loads the first 32x32 image from the icon file.
48x48 - Loads the first 48x48 image from the icon file.
If checked, the icon images are cropped to the dimensions of the controls. If unchecked the icon images are stretched to fit the control dimensions.
The name of the property to associate with this control whose value you want to set. If the Indirect checkbox is checked, this is the name of another property to set. The default value for this property must be initialized. Properties can be created and managed on the Properties tab of the Project Settings dialog (Project > Settings).
If you want to set a default selected radio button, make sure one radio button's Value matches the default value for this property.
If checked, the Property name is the name of another property, not directly associated with this control. If unchecked, the Property name is associated with this control.
If checked, the property associated with this control is interpreted as an integer value. If unchecked, the property value is a string.
If checked, each RadioButton control within the group is shown as a two-state push button. If unchecked, it is shown as a normal radio button.
If checked, a border and text will be shown for the control. If unchecked, no text or border will be shown.
If checked, the text in the control will be shown in right-to-left reading order. If unchecked, it will be shown in left-to-right reading order.
If checked, the text in the control will be aligned to the right. If unchecked, it will be aligned to the left.
MSDN Online: RadioButtonGroup Control
MSDN Online: Controls
MSDN Online: Control Table
WiX Help File: Control Element
WiX Help File: RadioButtonGroup Element
Wix Help File: RadioButton Element
Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us