|
ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE |
| | | |
|
- Background color of an Edit control
- Background color of a List Box or Combo Box control
- Background color of the window
- Background color of a Static control
- Background color of a Button control
- Background color in a Radio Button or Check Box control
- Background color of a ListView control
- Background color of a TreeView control
- Background color of a Table control or a cell, column or row in a Table control
- Background color of a cell
- Background color of a Tab control
- Background color of a Sidebar control
- Background color of a Scrollbar or Spin control
- Limits
BackgroundColor (Property) In french: CouleurFond
Warning
From version 24, BrushColor is kept for backward compatibility. This property is replaced by BackgroundColor.
// The background color is modified according to the displayed value IF EDT_Total > 15000 THEN EDT_Total..BackgroundColor = LightRed END
Syntax
Finding out the background color Hide the details
<Background color> = <Element used>..BackgroundColor
<Background color>: Integer or constant Color of specified element. Corresponds to one of the following options: <Element used>: Type of element Name of element to use: control, window, page or report block.
Modifying the background color Hide the details
<Element used>..BackgroundColor = <New color>
<Element used>: Type of element Name of element to use: control, window, page or report block. <New color>: Integer or constant New color for the specified element. Corresponds to one of the following options:
This page is also available for…
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |
|
| |
| | |
| |
|
|
|