unfoldedIconName
Type
property
Summary
A predefined SVG icon to use for unfolded array elements.
Syntax
set the unfoldedIconName of <widget> to <pIconName>
get the unfoldedIconName of <widget>
Description
Use the unfoldedIconName property to set the icon used for an unfolded array element to one of the predefined graphics provided by the "IconSVG" library.
You can get a list of available predefined path names by running
put iconNames() in the Message Box.
Parameters
| Name | Type | Description |
|---|---|---|
pIconName | The name of the icon to display. |
Examples
set the unfoldedIconName of widget "Tree View" to "chevron down"