M
Mike Fechner
Guest
One way – not too trivial – is to implement the ICustomTypeDescriptor interface, so that your class adds the required attributes while being executed in the Visual Designer. WE use that all the time to hide properties, add categories and descriptions and also add Designer Verbs. The much simpler solution is to build the UserControl in Cä and import the Assembly into OpenEdge.
Continue reading...
Continue reading...