Button

The Button object is a control the user can click to provide input to an application.

Functions

CreateCreates dynamically the control window that will be a child window of the specified dialog window.
DestroyDestroys the control window dynamically.

Events

OnButtonIs called when the user clicks on the control.
OnClickIs called when the user clicks on the button.
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.

Constants

The Button object has no constants.

Example

SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia