Hi all,
I notice that in http://msdn.microsoft.com/en-us/library/ms743384.aspx, it says that TreeItem could have zero or more child node such as image or checkbox.For standard win32 CTreeCtrl, we could set imagelist so that each treeitem could have a image icon.But now i could not find a child image node for each treeitem by using UISpy control view.
So i wonder that could such image icon be identified by UI automation automatically? if not, what is situation fitting for the link says that treeitem could have image or checkbox child node?
If i want to find such a image child for CTreeControl, could it possible to create a provider for it?
is there anyone could give some help? thank you!
alan