Tree.Leaf.TreeNodeIconName
property (DataWindow object)
Description
The file name of the tree node icon in the detail band.
Applies to
TreeView DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Tree.Leaf.TreeNodeIconName |
Describe and Modify argument:
|
1 |
"DataWindow.Tree.Leaf.TreeNodeIconName { = value } " |
|
Parameter |
Description |
|---|---|
|
value |
(exp) A string value for the file name of the tree Value can be a quoted |
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.
Examples
|
1 2 3 4 |
ls_LeafIcon = & dw1.Object.DataWindow.Tree.Leaf.TreeNodeIconName dw1.Object.DataWindow.Tree.Leaf.TreeNodeIconName = & "c:pictures reenode.bmp" |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest