I know I can go to ListView properties to find this out but is there a way through code to determine which ImageList is used for ListView SmallIcons properties?
I've been searching the forum but did not come up with anything...
Thanks
I know I can go to ListView properties to find this out but is there a way through code to determine which ImageList is used for ListView SmallIcons properties?
I've been searching the forum but did not come up with anything...
Thanks
Refernce it like this:
ListView.SmallIcons.Name
Thanks clarkgriswald that did it. Wonder why we don't get any properties listed when adding the dot passed ListView.SmallIcons ?Quote:
Originally posted by clarkgriswald
Refernce it like this:
ListView.SmallIcons.Name
Anyways thanks agian!