|
|
|
|
|
BackgroundImageLine (Property) In french: ImageFondLigne
The BackgroundImageLine property is used to get and change the background image of each row: - of a Table control,
- of a TreeView Table control,
- in a Looper control.
This image is not used for the selected rows or for the hovered rows. // Change the image used for the rows of the Table control TABLE_Transfers.BackgroundImageLine = "Dollars.gif"
Syntax
Finding out the background image of control rows Hide the details
<Result> = <Control used>.BackgroundImageLine
<Result>: Character string Name and full path of the background image associated with the control rows. <Control used>: Control name Name of the control to be used: - Table control,
- TreeView Table control,
- Looper control.
Modifying the background image of control rows Hide the details
<Control used>.BackgroundImageLine = <New image>
<Control used>: Control name Name of the control to be used: - Table control,
- TreeView Table control,
- Looper control.
<New image>: Character string Name and full path of the new background image associated with the control rows. A UNC path can be used. The full path is not required if the image is found in the library. Remarks Image characteristics The 9-slice scaling that is applied to the image is the one defined in the bar style options ("Style" tab in the control description, "Selected row").
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|