Returns or sets the picture to be used for open outline nodes.
Syntax
[form!]VSFlexGrid.NodeOpenPicture[ = Picture ]
Remarks
If a custom picture is not provided, closed outline nodes are represented by a minus sign in a rectangle.
To customize the picture used to represent open outline nodes, use the following line:
fg.NodeOpenPicture = LoadPicture(App.Path & "open.ico")
Data Type
Picture