|
|
|
|
|
CollapsedImage (Property) In french: ImageEnroulée
// Define the image used for a collapsed row TVT_Recipe.CollapsedImage = "C:\MyImages\Image.BMP"
// Change the collapsed image associated with row 4 TVT_Recipe[4].CollapsedImage = "C:\MyImages\Image.BMP"
Syntax
Finding out the default image associated with a collapsed row or the image associated with a specific row Hide the details
<Result> = <Control used>.CollapsedImage
<Result>: Character string - Name and full path of the default image associated with the collapsed rows in the control.
- Empty string ("") if the image used by default was not modified.
<Control used>: Control name Name of the control to be used: - TreeView Table control.
- TreeView control.
To find out the collapsed image associated with a specific row in a TreeView Table control, use the following notation: <TreeView Table>[<Row number>]
Modifying the default image associated with a collapsed row or the image associated with a specific row Hide the details
<Control used>.CollapsedImage = <New image>
<Control used>: Control name Name of the control to be used: - TreeView Table control.
- TreeView control.
To modify the collapsed image associated with a specific row in a TreeView Table control, use the following notation: <TreeView Table>[<Row number>] <New image>: Character string Name and full path of the new image associated by default with a collapsed row.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|