user control Collection Editor ?
-
how do i add advanced properties in a usercontrol ? someting like ImageList.Images shows Image Collection Editor or ListBox.Items shows string collection editor...
CiNN wrote: how do i add advanced properties in a usercontrol ? The more advanced they are, the more code you need to write. You're completely in control, and completely responsible for writing the implimentation. If you want more specific info, ask a more specific question. Christian Graus - Microsoft MVP - C++
-
CiNN wrote: how do i add advanced properties in a usercontrol ? The more advanced they are, the more code you need to write. You're completely in control, and completely responsible for writing the implimentation. If you want more specific info, ask a more specific question. Christian Graus - Microsoft MVP - C++
-
Oh, OK. Can't you just add a property that exposes the images in the imagelist ? Or are they not there as a collection ? Christian Graus - Microsoft MVP - C++