AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones varias de WINDEV
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
StyleDrawCaptionGrayed (Function)
In french: StyleDessinLibelléGrisé
Customizes how text is drawn in grayed out controls.
Example
IF LightSkinTemplateMode() THEN
StyleDrawCaptionGrayed(sdcgDefault)
ELSE
StyleDrawCaptionGrayed(sdcgMonochrome, LightGray)
END
Syntax
StyleDrawCaptionGrayed(<Style> [, <Color>])
<Style>: Integer constant
Style to use:
sdcgDefaultText is drawn using the default style (grey debossed text).
sdcgMonochromeText is drawn using the color specified with the <Color> parameter.
<Color>: Optional integer
Text color to be used if the sdcgMonochrome constant is specified. This color can correspond to:
Component: wd290obj.dll
Versión mínima requerida
  • Versión 26
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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