Check

The Check object is a small empty check box with text.

Functions

CreateCreates dynamically the control window that will be a child window of the specified dialog window.
DestroyDestroys the control window dynamically.
GetCheckRetrieves the state of the check box.
SetCheckChanges the state of the check box.

Events

OnButtonIs called when the user clicks on the control.
OnFocusIs called when the control gets or loses the keyboard focus.
OnMouseEnterIs called when the mouse cursor enters into the client area of the control.
OnMouseExitIs called when the mouse cursor quits the client area of the control.
OnMouseMoveIs called when the mouse cursor is moving in the client area of the control.
OnSelectIs called when the check box is checked or unchecked.

Constants

CHECKEDThe checkbox is checked.
INDETERMINATEThe checkbox sign is grayed.
UNCHECKEDThe checkbox is not checked.

Example

SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia