|
|
|
|
|
ControlColor (Property) In french: CouleurChamp
The ControlColor property allows you to get the background color of controls in a PDF form displayed in a PDF Reader control. New in SaaSThis new property is available from WINDEV Suite SaaS 2025 Update 3.
PDF_Reader.ControlColor = DarkGreen
PDF_Reader.FocusColor = LightBlue
Syntax
Getting the background color of controls in forms Hide the details
<Result> = <Control used>.ControlColor
<Result>: Constant or character string Background color of controls in forms. Corresponds to one of the following options: <Control used>: Control name Name of the PDF Reader control.
Setting the background color of controls in forms Hide the details
<Control used>.ControlColor = <New color>
<Control used>: Control name Name of the PDF Reader control. <New color>: Constant or character string New background color for controls in forms. Corresponds to one of the following options:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|