I'm working on my own FormDesigner. In my PropertyGrid, all the property information for a control comes from VB6-ObjectBrowser (actually from TLBINF32.DLL).

So, how do I get the default value of a control-property? For example, the default value of the property Enable is True. Thanks.