|
|
|
|
|
StyleDrawCaptionGrayed (Function) In french: StyleDessinLibelléGrisé Customizes how text is drawn in grayed out controls. IF LightSkinTemplateMode() THEN StyleDrawCaptionGrayed(sdcgDefault) ELSE StyleDrawCaptionGrayed(sdcgMonochrome, LightGray) END
Syntax
StyleDrawCaptionGrayed(<Style> [, <Color>])
<Style>: Integer constant Style to use:
| | sdcgDefault | Text is drawn using the default style (grey debossed text). | sdcgMonochrome | Text 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:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|