Skip to content

RadioButton element

Text or Icon plus Value that is assigned to the Property of the parent Control (RadioButtonGroup).

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

Parents

See also

RadioButtonGroup

Windows Installer references