Tree.Leaf.TreeNodeIconName DataWindow object property
Description
The file name of the tree node icon in the detail band.
Controls
TreeView DataWindows
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.Tree.Leaf.TreeNodeIconName |
Describe and Modify argument:
1 |
"DataWindow.Tree.Leaf.TreeNodeIconName { = <span>value</span> } " |
Parameter |
Description |
---|---|
value |
(exp) A string value Value can be a quoted DataWindow expression. |
Usage
In the painter
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 tab in the Properties view. This property is
disabled if Use Tree Node Icon is not set on the General tab in
the Properties view for the DataWindow.
For the TreeView Web DataWindow, the image file must be deployed
to the Web site.
Examples
1 |
ls_LeafIcon =  &<br>   dw1.Object.DataWindow.Tree.Leaf.TreeNodeIconName |
1 |
dw1.Object.DataWindow.Tree.Leaf.TreeNodeIconName =  &<br>   "c:pictures reenode.bmp" |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments