AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The property ButtonType property lets you know and modify the type of a Button control: Cancel, Interrupt, Validate, etc.
Note: This property corresponds to the "Type" option available in the "UI" tab of the Button control description window.
Ejemplo
B1 is Control
B1 <- ControlCreate("B1", typButton, 100, 50, 32, 32)
B1.ButtonType = btnInterruption
Sintaxis

Getting the type of a button Ocultar los detalles

<Result> = <Button control>.ButtonType
<Result>: Integer constant
Type of button:
btnCancelCancel button.
btnHelpHelp button.
btnInterruptionInterruption button.
btnNormalNormal button.
btnValidateValidation button.
<Button control>: Control name
Name of Button control to use.

Changing the type of a button Ocultar los detalles

<Button control>.ButtonType = <New type>
<Button control>: Control name
Name of Button control to use.
<New type>: Integer constant
Type of button:
btnCancelCancel button.
btnHelpHelp button.
btnInterruptionInterruption button.
btnNormalNormal button.
btnValidateValidation button.
Versión mínima requerida
  • Versión 19
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

Señalar un error o enviar una sugerencia | Ayuda local