RadioButton element
Text or Icon plus Value that is assigned to the Property of the parent Control (RadioButtonGroup).
Windows Installer references
RadioButton Table, Control Table, Dialog Table
Parents
Attributes
Bitmap (String) : This attribute defines the bitmap displayed with the radio button. The value of the attribute creates a reference to a Binary element that represents the bitmap. This attribute is mutually exclusive with the Icon and Text attributes.
Height (LocalizableInteger, required) :
Help (String) :
Icon (String) : This attribute defines the icon displayed with the radio button. The value of the attribute creates a reference to a Binary element that represents the icon. This attribute is mutually exclusive with the Bitmap and Text attributes.
Text (String) : Text displayed with the radio button. This attribute is mutually exclusive with the Bitmap and Icon attributes.
ToolTip (String) :
Value (String, required) : Value assigned to the associated control Property when this radio button is selected.
Width (LocalizableInteger, required) :
X (LocalizableInteger, required) :
Y (LocalizableInteger, required) :