The Check object is a small empty check box with text.
Functions
| Create | Creates dynamically the control window that will be a child window of the specified dialog window. |
| Destroy | Destroys the control window dynamically. |
| GetCheck | Retrieves the state of the check box. |
| SetCheck | Changes the state of the check box. |
Events
| OnButton | Is called when the user clicks on the control. |
| 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. |
| OnSelect | Is called when the check box is checked or unchecked. |
Constants
| CHECKED | The checkbox is checked. |
|---|
| INDETERMINATE | The checkbox sign is grayed. |
|---|
| UNCHECKED | The checkbox is not checked. |
|---|
Example