|
|
|
|
|
Learn Visual Basic 6.0 |
| Appearance | Selects 3-D or flat appearance. |
| Cancel | Allows selection of button with Esc key (only one button on a form can have this property True). |
| Caption | String to be displayed on button. |
| Default | Allows selection of button with Enter key (only one button on a form can have this property True). |
| Font | Sets font type, style, size. |
| Click | Event triggered when button is selected either by clicking on it or by pressing the access key. |