VSFlexGrid Control > VSFlexGrid Properties, Events, and Methods > VSFlexGrid Properties > NodeClosedPicture Property |
Returns or sets the picture to be used for closed outline nodes.
[form!]VSFlexGrid.NodeClosedPicture[ = Picture ]
If a custom picture is not provided, closed outline nodes are represented by a plus sign in a rectangle.
To customize the picture used to represent closed outline nodes, use the following line:
fg.NodeClosedPicture = LoadPicture(App.Path & "close.ico")
Picture