This module implements the RadioButton
class for creating radio buttons.
Hierarchy
Initial fields and properties
NOTE: in the table below i
means initial field, r
means property which can be read, w
means property which can be set.
field/property |
irw |
description |
default |
reference |
text |
irw |
checkbox’s label |
‘Option’ |
Get/SetWindowText |
w, h |
irw |
size |
100, 24 |
|
box_align |
irw |
‘left’, ‘right’ |
‘left’ |
BS_LEFTTEXT |
pushlike |
irw |
push-like appearance |
false |
BS_PUSHLIKE |
checked |
irw |
true, false |
false |
BST_(UN)CHECKED |
autocheck |
irw |
automatic checking based on group |
true |
BS_(AUTO)RADIOBUTTON |
dontclick |
w |
make not clickable (Vista+) |
|
BM_SETDONTCLICK |
Last updated:
3 years ago
|
Edit on GitHub