ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
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
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help