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