The Button object is a control the user can click to provide input to an application.
Functions
| Create | Creates dynamically the control window that will be a child window of the specified dialog window. |
|---|---|
| Destroy | Destroys the control window dynamically. |
Events
| OnButton | Is called when the user clicks on the control. |
|---|---|
| OnClick | Is called when the user clicks on the button. |
| OnFocus | Is called when the control gets or loses the keyboard focus. |
| OnMouseEnter | Is called when the mouse cursor enters into the client area of the control. |
| OnMouseExit | Is called when the mouse cursor quits the client area of the control. |
| OnMouseMove | Is called when the mouse cursor is moving in the client area of the control. |
Constants
The Button object has no constants.