ImageMemberPath Property (TreeView)
In This Topic
Gets or sets the name of the property (or properties) to use as a source of images for the nodes.
Syntax
'Declaration
Public Property ImageMemberPath As String()
public string[] ImageMemberPath {get; set;}
See Also