Solution 1:
Why not derive you own ActiveX class from the one you are using and add the property to the derived class?
Or make a wrapper class and use that.
Why not derive you own ActiveX class from the one you are using and add the property to the derived class?
Or make a wrapper class and use that.