Returns the image list control that is bound to the tree view.
[Visual Basic] Public Property ImageList As ImageList [C#] public ImageList ImageList {get; set;} [C++] public: __property ImageList* get_ImageList(); public: __property void set_ImageList(ImageList*); [JScript] public function get ImageList() : ImageList; public function set ImageList(ImageList);
ImageList The tree view's image list.
TreeView Class | TreeView Members | System.WinForms Namespace