Tree.Level.#.property
property (DataWindow object)
Description
The file name of the icon for a TreeView node in a TreeView level
band when the icon is in either the expanded or collapsed state. You set
the icon file name separately for each TreeView level band.
Applies to
TreeView DataWindows
Syntax
Describe and Modify argument:
|
1 |
"DataWindow.Tree.Level.#.property { = value } " |
|
Parameter |
Description |
|---|---|
|
# |
The number of the level for which you want to |
|
property |
A property that indicates whether the icon
|
|
value |
(exp) A string value that is the file name of the Value can be a quoted DataWindow |
Usage
In the painter
Select the level by clicking the gray divider for the band.
Specify a file name and location in the Collapsed Tree Node Icon File
and Expanded Tree Node Icon File boxes on the General tab in the
Properties view for the band. These properties are disabled if Use Tree
Node Icon is not selected on the General tab in the Properties view for
the DataWindow.
You cannot get or set these properties using dot notation.
Examples
The following example gets the name of the icon used when a level
1 node is collapsed:
|
1 2 3 |
string ls_ico ls_ico = dw_tview.Describe & ("DataWindow.Tree.Level.1.CollapsedTreeNodeIconName") |