The file name of the tree node icon in the detail band.
TreeView DataWindows
PowerBuilder dot notation:
dw_control.Object.DataWindow.Tree.Leaf.TreeNodeIconName
Describe and Modify argument:
"DataWindow.Tree.Leaf.TreeNodeIconName { = value } “
Parameter |
Description |
---|---|
value |
(exp) A string value for the file name of the tree node icon in the detail band. Value can be a quoted DataWindow expression. |
Select the detail band by clicking the gray divider for the band. Specify a file name and location in the Tree Node Icon File box on the General page in the Properties view. This property is disabled if the Use Tree Node Icon is not selected on the General page in the Properties view for the DataWindow.
ls_LeafIcon = & dw_1.Object.DataWindow.Tree.Leaf.TreeNodeIconName
dw_1.Object.DataWindow.Tree.Leaf.TreeNodeIconName = & "c:\pictures\treenode.bmp"