|
|
|
|
|
Learn Visual Basic 6.0 |
| Caption | Identifying text next to button. |
| Font | Sets font type, style, size. |
| Value | Indicates if selected (True) or not (False). Only one option button in a group can be True. One button in each group of option buttons should always be initialized to True at design time. |
| Click | Triggered when a button is clicked. Value property is automatically changed by Visual Basic. |