You can't "change" those images; but you can disable them and use images that depend on whether a branch is opened or closed. You could start by loading the images you want into an ImageList object (either through the Designer or manually, in code). Then, process the AfterCollapse and AfterExpand events to set the Node's ImageIndex and SelectedImageIndex, appropriately.
|