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
  • Limitations
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 VisualEffect property allows you to apply a visual effect on a control or group of controls in a window. It is possible to:
  • Determine the visual effect used for a control or group of controls.
  • Change the visual effect used for a control or group of controls.
Ejemplo
// Modify the visual effect used
GR_MyGroup.VisualEffect = veBlueShade
PROGBAR_Silver.VisualEffect = veNone
BTN_OKButton.VisualEffect = veDdw
Sintaxis

Finding out the visual effect used Ocultar los detalles

<Result> = <Control used>.VisualEffect
<Result>: Integer constant
Type of visual effect currently used by the control:
evAucunNo specific visual effect is applied to the control or to the group of controls. The display corresponds to a standard display.
evGfiThe field or group of fields is grayed: the visual effect is identical to that used by GFI (Graying of Inaccessible Windows).
evVoileBleuA blue shade is displayed on the control or on the group of controls.
<Control used>: Control name
Name of control or group of controls to use.

Changing the visual effect used Ocultar los detalles

<Control used>.VisualEffect = <New visual effect>
<Control used>: Control name
Name of control or group of controls to use.
<New visual effect>: Integer constant
New visual effect to apply to the control:
evAucunNo specific visual effect is applied to the control or to the group of controls. The display corresponds to a standard display.
evGfiThe field or group of fields is grayed: the visual effect is identical to that used by GFI (Graying of Inaccessible Windows).
evVoileBleuA blue shade is displayed on the control or on the group of controls.
Observaciones

Limitations

This property is not available on the following field types:
  • OLE control,
  • ActiveX control,
  • HTML control,
  • WebCamera control,
  • Stream control,
  • Splitter control,
  • Chart control,
  • Xaml control,
  • Carousel control,
  • Cube control,
  • Video control.
Versión mínima requerida
  • Versión 15
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