...
How do you suppress the creation of designer code for a component.? We are going to use C1s Component One's new grid version and their resizer light component. When I mapped the resizer, it looks good except it generates designer code that is not supported.
...
The definition of this type is in the IDF resizer.ocx.xml
Code Block |
---|
<DescriptionFile> <library id="Resizer.ocx" ... <coclass id="vbsResize" uuid="777CE4BD-E17B-453D-AC5F-46C6C22CF378" creatable="off" migStatus="ActiveX" migName="AxResizer.AxvbsResize"> ... |
...
1) Copy the IDF to your target folder (proj\iusr) so your custom copy will take precedence over the standard one.
2) Add a refactor Refactor block to the bottom of the file
...