Make sure the Button object is selected.
Enables the specified Button object.
Specifies whether a Button object is the default button or not.
Only a Button object inside a window may be the default button.
Solamente un objeto Button puede ser el botón por defecto dentro de una ventana.
A Button object represents a clickable button, which raises an event, so you can perform an action upon a click.
Un objeto botón representa un botón sobre el que se puede presionar, que hace surgir un evento, de manera que usted pueda realizar una acción con un clic.
Specifies whether a Button object is the cancel button or not.
A Button object containing a multi-state button: A multi-state button is a button that changes its appearance when it is clicked.
Un objeto Botón que contiene un botón de múltiples estados: Un botón de múltiples estados es aquel que cambia de apariencia cuando se hace clic en él.
When a Button object is the cancel button, pressing the <Esc> key has the same effect than clicking the button.
Cuando un objeto Button es el botón de cancelación, pulsar la tecla <Esc> tiene el mismo efecto que pulsar el propio botón.
Button object: An object that contains a multi-state button.
Objeto Botón: Un objeto que contiene un botón de múltiples estados.
TRUE Button object draws a rectangle on its client area when it has the focus.
TRUE El objeto Button dibuja un rectángulo en su área del cliente cuando tiene el foco.
TRUE Button object draws a rectangle when it has the focus (default).
TRUE El objeto Button dibuja un rectángulo cuando tiene el foco (por defecto).
The Event tab lets you assign events to the various states of a Button object.
La ficha Suceso permite asignar sucesos a los diferentes estados de un objeto Botón.
FALSE Button object does not draw a rectangle when it has the focus.
FALSE El objeto Button no dibuja ningún rectángulo cuando tiene el foco.