RadioButton element
Text or Icon plus Value that is assigned to the Property of the parent Control (RadioButtonGroup).
Attributes
Bitmap
stringThis 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 requiredHelp
stringIcon
stringThis 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
stringText displayed with the radio button. This attribute is mutually exclusive with the Bitmap and Icon attributes.
ToolTip
stringValue
string requiredValue assigned to the associated control Property when this radio button is selected.