|
The Button class is derived from the WinControl class
access function : GetButton(name)
Attributes of the Button class
| Attribute |
Access |
Type |
Description |
| caption |
R/W |
string |
the caption |
| modelResult |
R/W |
int |
the modal result when button clicked in a dialog |
| font |
R |
Font |
the font object for accessing the panels font
attributes |
| onClick |
W |
callback |
called when user clicks the control |
|