Table A-11: Values used in RadioButton edit style sample
Value
|
Meaning
|
Columns
|
Character representation (in decimal)
of number of columns (buttons) across.
|
Display1
|
Display value for first button.
|
Data1
|
Data value for first button.
|
Display2
|
Display value for second button.
|
Data2
|
Data value for second button.
Display and data values are repeated in pairs for each radio
button defined in the edit style.
|
Flag
|
32-bit flag. Low-order four hex digits
are generic edit type; high-order four are styles within the type.
A 1 in any bit indicates the corresponding style is checked. A 0
in any bit indicates the corresponding style is unchecked.
Bit 31: Left Text
Bit 30: 3D
Bit 29: Scale Circles
Bit 38: Not used (set to 0)
Bits 27 – 16 (3 hex digits): Not used (set
to 0)
Bits 15 – 4 (3 hex digits): Always 0 for
RadioButton edit style
Bit 3: Always 1 for RadioButton edit style
Bit 2: Always 0 for RadioButton edit style
Bit 1: Always 0 for RadioButton edit style
Bit 0: Always 0 for RadioButton edit style
|