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 System.String()
'Usage
Dim instance As TreeView
Dim value() As System.String
instance.ImageMemberPath = value
value = instance.ImageMemberPath
public System.string[] ImageMemberPath {get; set;}
public read-write property ImageMemberPath: System.array of String;
public function get,set ImageMemberPath : System.String[]
public: __property System.string*[]* get_ImageMemberPath();
public: __property void set_ImageMemberPath(
System.string*[][]* value
);
public:
property System.array<String^>^ ImageMemberPath {
System.array<String^>^ get();
void set ( System.array<String^>^ value);
}
See Also