Whether tree node icons for level and detail bands display.
TreeView DataWindows
PowerBuilder dot notation:
dw_control.Object.DataWindow.Tree.ShowTreeNodeIcon
Describe and Modify argument:
"DataWindow.Tree.ShowTreeNodeIcon{ = value} "
Parameter |
Description |
---|---|
value |
A boolean value that indicates whether tree node icons for level and detail bands display. Values are:
|
Select the Use Tree Node Icon check box on the General page in the Properties view. If this box is not selected, the Expanded and Collapsed Tree Node Icon File check boxes on the General properties page for each TreeView level are disabled.
ls_ShowTreeNodeIcon = dw_1.Object.DataWindow.Tree.ShowTreeNodeIcon
dw_1.Object.DataWindow.Tree.ShowTreeNodeIcon = 'no'