NodeClosedPicture Property

Returns or sets the picture to be used for closed outline nodes.

Syntax

[form!]VSFlexGrid.NodeClosedPicture[ = Picture ]

Remarks

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")

Data Type

Picture

See Also

VSFlexGrid Control